Html Css Color HEX #9FEDED Blizzard Blue

📋 copy color: '#9FEDED'

red 159 ◦ green 237 ◦ blue 237

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

Shades of Blizzard Blue #9FEDED

Tints of Blizzard Blue #9FEDED

RGB

 RED value IS 159 (62.5% from 255) = 25.12%

 GREEN value IS 237 (92.97% from 255) = 37.44%

 BLUE value IS 237 (92.97% from 255) = 37.44%

R = 25.12%
G = 37.44%
B = 37.44%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9FEDED (or 0x9FEDED) is known color: Blizzard Blue. HEX triplet: 9F, ED and ED. RGB value is (159,237,237). Sum of RGB (Red+Green+Blue) = 159+237+237=633 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.12% from 633); Green value is 237 (92.97% from 255 or 37.44% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #9FEDED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEDED is #601212. Grayscale: #D5D5D5. Windows color (decimal): -6296083 or 15592863. OLE color: 15592863.

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

Color convert

RGB 159 237 237 -
CMYK 0.33 0 0 0.07
HSL 180º 0.68% 0.78% -
HSV(B) 180º 0.33% 0.93% -
XYZ 59.87 74.05 91.26 -
YUV 213.68 141.16 89 -
System Red Green Blue C M Y K H S L
Decimal 159 237 237 0.33 0 0 0.07 180 0.68 0.78
Hex 9F ED ED 21 0 0 7 B4 44 4E
Octal 237 355 355 41 0 0 7 264 104 116
Binary 10011111 11101101 11101101 100001 0 0 111 10110100 1000100 1001110

Color Harmonies of #9FEDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEDED

Black with #9FEDED

Text Example


Text Example

White with #9FEDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,237,237); }

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

background-color css

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

 a { background-color: rgb(159,237,237); }

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

border-color css

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

 span { border-color: rgb(159,237,237); }

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