Html Css Color HEX #75BFC8 Glacier

📋 copy color: '#75BFC8'

red 117 ◦ green 191 ◦ blue 200

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

Shades of Glacier #75BFC8

Tints of Glacier #75BFC8

RGB

 RED value IS 117 (46.09% from 255) = 23.03%

 GREEN value IS 191 (75% from 255) = 37.6%

 BLUE value IS 200 (78.52% from 255) = 39.37%

R = 23.03%
G = 37.6%
B = 39.37%

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

#75BFC8 (or 0x75BFC8) is known color: Glacier. HEX triplet: 75, BF and C8. RGB value is (117,191,200). Sum of RGB (Red+Green+Blue) = 117+191+200=508 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.03% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 200 (78.52% from 255 or 39.37% from 508); Max value from RGB is 200 - color contains mainly: blue. Hex color #75BFC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BFC8 is #8A4037. Grayscale: #A9A9A9. Windows color (decimal): -9060408 or 13156213. OLE color: 13156213.

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

Color convert

RGB 117 191 200 -
CMYK 0.42 0.04 0 0.22
HSL 186.51º 0.43% 0.62% -
HSV(B) 186.51º 0.42% 0.78% -
XYZ 36.39 45.21 61.45 -
YUV 169.9 144.98 90.27 -
System Red Green Blue C M Y K H S L
Decimal 117 191 200 0.42 0.04 0 0.22 186.51 0.43 0.62
Hex 75 BF C8 2A 4 0 16 BB 2B 3E
Octal 165 277 310 52 4 0 26 273 53 76
Binary 1110101 10111111 11001000 101010 100 0 10110 10111011 101011 111110

Color Harmonies of #75BFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BFC8

Black with #75BFC8

Text Example


Text Example

White with #75BFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #75BFC8;
 }
 .AnyTagClassName
 {
   color: #75BFC8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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