Html Css Color HEX #74BFC8 Glacier

📋 copy color: '#74BFC8'

red 116 ◦ green 191 ◦ blue 200

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

Shades of Glacier #74BFC8

Tints of Glacier #74BFC8

RGB

 RED value IS 116 (45.7% 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 value IS 0.42

 M value IS 0.04

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#74BFC8 (or 0x74BFC8) is known color: 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

RGB 116 191 200 -
CMYK 0.42 0.04 0 0.22
HSL 186.43º 0.43% 0.62% -
HSV(B) 186.43º 0.42% 0.78% -
XYZ 36.26 45.14 61.45 -
YUV 169.6 145.15 89.77 -
System Red Green Blue C M Y K H S L
Decimal 116 191 200 0.42 0.04 0 0.22 186.43 0.43 0.62
Hex 74 BF C8 2A 4 0 16 BA 2B 3E
Octal 164 277 310 52 4 0 26 272 53 76
Binary 1110100 10111111 11001000 101010 100 0 10110 10111010 101011 111110

Color Harmonies of #74BFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BFC8

Black with #74BFC8

Text Example


Text Example

White with #74BFC8

Text Example


Text Example

HTML Codes & Css Web 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>