Html Css Color HEX #9CE9F3 Blizzard Blue

📋 copy color: '#9CE9F3'

red 156 ◦ green 233 ◦ blue 243

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

Shades of Blizzard Blue #9CE9F3

Tints of Blizzard Blue #9CE9F3

RGB

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

 GREEN value IS 233 (91.41% from 255) = 36.87%

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

R = 24.68%
G = 36.87%
B = 38.45%

CMYK

 C value IS 0.36

 M value IS 0.04

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9CE9F3 (or 0x9CE9F3) is known color: Blizzard Blue. HEX triplet: 9C, E9 and F3. RGB value is (156,233,243). Sum of RGB (Red+Green+Blue) = 156+233+243=632 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.68% from 632); Green value is 233 (91.41% from 255 or 36.87% from 632); Blue value is 243 (95.31% from 255 or 38.45% from 632); Max value from RGB is 243 - color contains mainly: blue. Hex color #9CE9F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CE9F3 is #63160C. Grayscale: #D2D2D2. Windows color (decimal): -6493709 or 15985052. OLE color: 15985052.

HSL color Cylindrical-coordinate representation of color #9CE9F3: hue angle of 186.9º 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 #9CE9F3 is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 156 233 243 -
CMYK 0.36 0.04 0 0.05
HSL 186.9º 0.78% 0.78% -
HSV(B) 186.9º 0.36% 0.95% -
XYZ 59.03 71.82 95.55 -
YUV 211.12 145.99 88.69 -
System Red Green Blue C M Y K H S L
Decimal 156 233 243 0.36 0.04 0 0.05 186.9 0.78 0.78
Hex 9C E9 F3 24 4 0 5 BB 4E 4E
Octal 234 351 363 44 4 0 5 273 116 116
Binary 10011100 11101001 11110011 100100 100 0 101 10111011 1001110 1001110

Color Harmonies of #9CE9F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CE9F3

Black with #9CE9F3

Text Example


Text Example

White with #9CE9F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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