#74BFC8

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

Shades of Glacier #74BFC8

Tints of Glacier #74BFC8

Color information

#74BFC8 (or 0x74BFC8) is unknown color: approx Glacier. HEX triplet: 74, BF and C8. RGB value is (116,191,200). Sum of RGB (Red+Green+Blue) = 116+191+200=507 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.88% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 200 (78.52% from 255 or 39.45% from 507); Max value from RGB is 200 - color contains mainly: blue. Hex color #74BFC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BFC8 is #8B4037. Grayscale: #A9A9A9. Windows color (decimal): -9125944 or 13156212. OLE color: 13156212.

HSL color Cylindrical-coordinate representation of color #74BFC8: hue angle of 186.43º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #74BFC8 is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB116191200-
CMYK0.420.0400.22
HSL186.43º43.3%61.96%-
HSV(B)186.43º42%78.43%-
XYZ36.2645.1461.45-
YUV169.6145.1589.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.88%
GREEN value IS 191 (75% from 255) = 37.67%
BLUE value IS 200 (78.52% from 255) = 39.45%
R=22.88%
G=37.67%
B=39.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1161912000.420.0400.22186.4343.361.96
Hex74BFC82A4016ba2b3e
Octal1642773105240262725376
Binary1110100101111111100100010101010001011010111010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74BFC8; }

 p { color: rgb(116,191,200); }

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

<style>
 a { background-color: #74BFC8; }

 a { background-color: rgb(116,191,200); }

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

<style>
 span { border-color: #74BFC8; }

 span { border-color: rgb(116,191,200); }

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