Html Css Color HEX #75A9B4 Neptune

📋 copy color: '#75A9B4'

red 117 ◦ green 169 ◦ blue 180

#75A9B4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neptune #75A9B4

Tints of Neptune #75A9B4

RGB

 RED value IS 117 (46.09% from 255) = 25.11%

 GREEN value IS 169 (66.41% from 255) = 36.27%

 BLUE value IS 180 (70.7% from 255) = 38.63%

R = 25.11%
G = 36.27%
B = 38.63%

CMYK

 C value IS 0.35

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#75A9B4 (or 0x75A9B4) is known color: Neptune. HEX triplet: 75, A9 and B4. RGB value is (117,169,180). Sum of RGB (Red+Green+Blue) = 117+169+180=466 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.11% from 466); Green value is 169 (66.41% from 255 or 36.27% from 466); Blue value is 180 (70.70% from 255 or 38.63% from 466); Max value from RGB is 180 - color contains mainly: blue. Hex color #75A9B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A9B4 is #8A564B. Grayscale: #9A9A9A. Windows color (decimal): -9066060 or 11839861. OLE color: 11839861.

HSL color Cylindrical-coordinate representation of color #75A9B4: hue angle of 190.48º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #75A9B4 is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 117 169 180 -
CMYK 0.35 0.06 0 0.29
HSL 190.48º 0.3% 0.58% -
HSV(B) 190.48º 0.35% 0.71% -
XYZ 29.76 35.45 48.45 -
YUV 154.71 142.27 101.11 -
System Red Green Blue C M Y K H S L
Decimal 117 169 180 0.35 0.06 0 0.29 190.48 0.3 0.58
Hex 75 A9 B4 23 6 0 1D BE 1E 3A
Octal 165 251 264 43 6 0 35 276 36 72
Binary 1110101 10101001 10110100 100011 110 0 11101 10111110 11110 111010

Color Harmonies of #75A9B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A9B4

Black with #75A9B4

Text Example


Text Example

White with #75A9B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75A9B4; }

 p { color: rgb(117,169,180); }

 H1.HeaderClassName
 {
   color: #75A9B4;
 }
 .AnyTagClassName
 {
   color: #75A9B4;
 }
</style>

background-color css

<style>
 a { background-color: #75A9B4; }

 a { background-color: rgb(117,169,180); }

 div.DivClassName
 {
   background-color: #75A9B4;
 }
 .BgClassName
 {
   background-color: #75A9B4;
 }
</style>

border-color css

<style>
 span { border-color: #75A9B4; }

 span { border-color: rgb(117,169,180); }

 td.TdClassName
 {
   border-color: #75A9B4;
 }
 .TagClassName
 {
   border-color: #75A9B4;
 }
</style>