Html Css Color HEX #9CF5FF Blizzard Blue

📋 copy color: '#9CF5FF'

red 156 ◦ green 245 ◦ blue 255

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

Shades of Blizzard Blue #9CF5FF

Tints of Blizzard Blue #9CF5FF

RGB

 RED value IS 156 (61.33% from 255) = 23.78%

 GREEN value IS 245 (96.09% from 255) = 37.35%

 BLUE value IS 255 (100% from 255) = 38.87%

R = 23.78%
G = 37.35%
B = 38.87%

CMYK

 C value IS 0.39

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9CF5FF (or 0x9CF5FF) is known color: Blizzard Blue. HEX triplet: 9C, F5 and FF. RGB value is (156,245,255). Sum of RGB (Red+Green+Blue) = 156+245+255=656 (86% of max value = 765). Red value is 156 (61.33% from 255 or 23.78% from 656); Green value is 245 (96.09% from 255 or 37.35% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #9CF5FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CF5FF is #630A00. Grayscale: #DBDBDB. Windows color (decimal): -6490625 or 16774556. OLE color: 16774556.

HSL color Cylindrical-coordinate representation of color #9CF5FF: hue angle of 186.06º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CF5FF is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 156 245 255 -
CMYK 0.39 0.04 0 0
HSL 186.06º 1% 0.81% -
HSV(B) 186.06º 0.39% 1% -
XYZ 64.41 79.59 106.58 -
YUV 219.53 148.01 82.69 -
System Red Green Blue C M Y K H S L
Decimal 156 245 255 0.39 0.04 0 0 186.06 1 0.81
Hex 9C F5 FF 27 4 0 0 BA 64 51
Octal 234 365 377 47 4 0 0 272 144 121
Binary 10011100 11110101 11111111 100111 100 0 0 10111010 1100100 1010001

Color Harmonies of #9CF5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CF5FF

Black with #9CF5FF

Text Example


Text Example

White with #9CF5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9CF5FF; }

 p { color: rgb(156,245,255); }

 H1.HeaderClassName
 {
   color: #9CF5FF;
 }
 .AnyTagClassName
 {
   color: #9CF5FF;
 }
</style>

background-color css

<style>
 a { background-color: #9CF5FF; }

 a { background-color: rgb(156,245,255); }

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

border-color css

<style>
 span { border-color: #9CF5FF; }

 span { border-color: rgb(156,245,255); }

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