Html Css Color HEX #9CE3F5 Blizzard Blue

📋 copy color: '#9CE3F5'

red 156 ◦ green 227 ◦ blue 245

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

Shades of Blizzard Blue #9CE3F5

Tints of Blizzard Blue #9CE3F5

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.15%

 BLUE value IS 245 (96.09% from 255) = 39.01%

R = 24.84%
G = 36.15%
B = 39.01%

CMYK

 C value IS 0.36

 M value IS 0.07

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9CE3F5 (or 0x9CE3F5) is known color: Blizzard Blue. HEX triplet: 9C, E3 and F5. RGB value is (156,227,245). Sum of RGB (Red+Green+Blue) = 156+227+245=628 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.84% from 628); Green value is 227 (89.06% from 255 or 36.15% from 628); Blue value is 245 (96.09% from 255 or 39.01% from 628); Max value from RGB is 245 - color contains mainly: blue. Hex color #9CE3F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CE3F5 is #631C0A. Grayscale: #CFCFCF. Windows color (decimal): -6495243 or 16114588. OLE color: 16114588.

HSL color Cylindrical-coordinate representation of color #9CE3F5: hue angle of 192.13º degrees, saturation: 0.82, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9CE3F5 is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 156 227 245 -
CMYK 0.36 0.07 0 0.04
HSL 192.13º 0.82% 0.79% -
HSV(B) 192.13º 0.36% 0.96% -
XYZ 57.66 68.6 96.59 -
YUV 207.82 148.98 91.04 -
System Red Green Blue C M Y K H S L
Decimal 156 227 245 0.36 0.07 0 0.04 192.13 0.82 0.79
Hex 9C E3 F5 24 7 0 4 C0 52 4F
Octal 234 343 365 44 7 0 4 300 122 117
Binary 10011100 11100011 11110101 100100 111 0 100 11000000 1010010 1001111

Color Harmonies of #9CE3F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CE3F5

Black with #9CE3F5

Text Example


Text Example

White with #9CE3F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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