Html Css Color HEX #9CE1F3 Blizzard Blue

📋 copy color: '#9CE1F3'

red 156 ◦ green 225 ◦ blue 243

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

Shades of Blizzard Blue #9CE1F3

Tints of Blizzard Blue #9CE1F3

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.06%

 BLUE value IS 243 (95.31% from 255) = 38.94%

R = 25%
G = 36.06%
B = 38.94%

CMYK

 C value IS 0.36

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9CE1F3 (or 0x9CE1F3) is known color: Blizzard Blue. HEX triplet: 9C, E1 and F3. RGB value is (156,225,243). Sum of RGB (Red+Green+Blue) = 156+225+243=624 (82% of max value = 765). Red value is 156 (61.33% from 255 or 25% from 624); Green value is 225 (88.28% from 255 or 36.06% from 624); Blue value is 243 (95.31% from 255 or 38.94% from 624); Max value from RGB is 243 - color contains mainly: blue. Hex color #9CE1F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CE1F3 is #631E0C. Grayscale: #CECECE. Windows color (decimal): -6495757 or 15983004. OLE color: 15983004.

HSL color Cylindrical-coordinate representation of color #9CE1F3: hue angle of 192.41º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9CE1F3 is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 156 225 243 -
CMYK 0.36 0.07 0 0.05
HSL 192.41º 0.78% 0.78% -
HSV(B) 192.41º 0.36% 0.95% -
XYZ 56.81 67.39 94.81 -
YUV 206.42 148.64 92.04 -
System Red Green Blue C M Y K H S L
Decimal 156 225 243 0.36 0.07 0 0.05 192.41 0.78 0.78
Hex 9C E1 F3 24 7 0 5 C0 4E 4E
Octal 234 341 363 44 7 0 5 300 116 116
Binary 10011100 11100001 11110011 100100 111 0 101 11000000 1001110 1001110

Color Harmonies of #9CE1F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CE1F3

Black with #9CE1F3

Text Example


Text Example

White with #9CE1F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,225,243); }

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

background-color css

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

 a { background-color: rgb(156,225,243); }

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

border-color css

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

 span { border-color: rgb(156,225,243); }

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