Html Css Color HEX #7CAFB2 Neptune

📋 copy color: '#7CAFB2'

red 124 ◦ green 175 ◦ blue 178

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

Shades of Neptune #7CAFB2

Tints of Neptune #7CAFB2

RGB

 RED value IS 124 (48.83% from 255) = 26%

 GREEN value IS 175 (68.75% from 255) = 36.69%

 BLUE value IS 178 (69.92% from 255) = 37.32%

R = 26%
G = 36.69%
B = 37.32%

CMYK

 C value IS 0.30

 M value IS 0.02

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7CAFB2 (or 0x7CAFB2) is known color: Neptune. HEX triplet: 7C, AF and B2. RGB value is (124,175,178). Sum of RGB (Red+Green+Blue) = 124+175+178=477 (63% of max value = 765). Red value is 124 (48.83% from 255 or 26.00% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 178 (69.92% from 255 or 37.32% from 477); Max value from RGB is 178 - color contains mainly: blue. Hex color #7CAFB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAFB2 is #83504D. Grayscale: #A0A0A0. Windows color (decimal): -8605774 or 11710332. OLE color: 11710332.

HSL color Cylindrical-coordinate representation of color #7CAFB2: hue angle of 183.33º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7CAFB2 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 124 175 178 -
CMYK 0.30 0.02 0 0.30
HSL 183.33º 0.26% 0.59% -
HSV(B) 183.33º 0.3% 0.7% -
XYZ 31.68 38.16 47.82 -
YUV 160.09 138.1 102.26 -
System Red Green Blue C M Y K H S L
Decimal 124 175 178 0.30 0.02 0 0.30 183.33 0.26 0.59
Hex 7C AF B2 1E 2 0 1E B7 1A 3B
Octal 174 257 262 36 2 0 36 267 32 73
Binary 1111100 10101111 10110010 11110 10 0 11110 10110111 11010 111011

Color Harmonies of #7CAFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAFB2

Black with #7CAFB2

Text Example


Text Example

White with #7CAFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7CAFB2; }

 p { color: rgb(124,175,178); }

 H1.HeaderClassName
 {
   color: #7CAFB2;
 }
 .AnyTagClassName
 {
   color: #7CAFB2;
 }
</style>

background-color css

<style>
 a { background-color: #7CAFB2; }

 a { background-color: rgb(124,175,178); }

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

border-color css

<style>
 span { border-color: #7CAFB2; }

 span { border-color: rgb(124,175,178); }

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