#74B8C7

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

Shades of Glacier #74B8C7

Tints of Glacier #74B8C7

Color information

#74B8C7 (or 0x74B8C7) is unknown color: approx Glacier. HEX triplet: 74, B8 and C7. RGB value is (116,184,199). Sum of RGB (Red+Green+Blue) = 116+184+199=499 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.25% from 499); Green value is 184 (72.27% from 255 or 36.87% from 499); Blue value is 199 (78.12% from 255 or 39.88% from 499); Max value from RGB is 199 - color contains mainly: blue. Hex color #74B8C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74B8C7 is #8B4738. Grayscale: #A5A5A5. Windows color (decimal): -9127737 or 13088884. OLE color: 13088884.

HSL color Cylindrical-coordinate representation of color #74B8C7: hue angle of 190.84º 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 #74B8C7 is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB116184199-
CMYK0.420.0800.22
HSL190.84º42.56%61.76%-
HSV(B)190.84º41.71%78.04%-
XYZ34.6542.1260.34-
YUV165.38146.9792.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.25%
GREEN value IS 184 (72.27% from 255) = 36.87%
BLUE value IS 199 (78.12% from 255) = 39.88%
R=23.25%
G=36.87%
B=39.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1161841990.420.0800.22190.8442.5661.76
Hex74B8C72A8016bf2b3e
Octal16427030752100262775376
Binary11101001011100011000111101010100001011010111111101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B8C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,184,199); }

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

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

 a { background-color: rgb(116,184,199); }

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

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

 span { border-color: rgb(116,184,199); }

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