#7FB8C4

Color #7FB8C4 Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #7FB8C4

Tints of Glacier #7FB8C4

Color information

#7FB8C4 (or 0x7FB8C4) is unknown color: approx Glacier. HEX triplet: 7F, B8 and C4. RGB value is (127,184,196). Sum of RGB (Red+Green+Blue) = 127+184+196=507 (67% of max value = 765). Red value is 127 (50% from 255 or 25.05% from 507); Green value is 184 (72.27% from 255 or 36.29% from 507); Blue value is 196 (76.95% from 255 or 38.66% from 507); Max value from RGB is 196 - color contains mainly: blue. Hex color #7FB8C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FB8C4 is #80473B. Grayscale: #A8A8A8. Windows color (decimal): -8406844 or 12892287. OLE color: 12892287.

HSL color Cylindrical-coordinate representation of color #7FB8C4: hue angle of 190.43º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7FB8C4 is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB127184196-
CMYK0.350.0600.23
HSL190.43º36.9%63.33%-
HSV(B)190.43º35.2%76.86%-
XYZ35.8642.7858.59-
YUV168.32143.6298.52-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.05%
GREEN value IS 184 (72.27% from 255) = 36.29%
BLUE value IS 196 (76.95% from 255) = 38.66%
R=25.05%
G=36.29%
B=38.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1271841960.350.0600.23190.4336.963.33
Hex7FB8C4236017be253f
Octal1772703044360272764577
Binary1111111101110001100010010001111001011110111110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB8C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,184,196); }

 H1.HeaderClassName
 {
   color: #7FB8C4;
 }
 .AnyTagClassName
 {
   color: #7FB8C4;
 }
</style>
background-color css

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

 a { background-color: rgb(127,184,196); }

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

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

 span { border-color: rgb(127,184,196); }

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