Html Css Color HEX #94DEED Blizzard Blue

📋 copy color: '#94DEED'

red 148 ◦ green 222 ◦ blue 237

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

Shades of Blizzard Blue #94DEED

Tints of Blizzard Blue #94DEED

RGB

 RED value IS 148 (58.2% from 255) = 24.38%

 GREEN value IS 222 (87.11% from 255) = 36.57%

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

R = 24.38%
G = 36.57%
B = 39.04%

CMYK

 C value IS 0.38

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#94DEED (or 0x94DEED) is known color: Blizzard Blue. HEX triplet: 94, DE and ED. RGB value is (148,222,237). Sum of RGB (Red+Green+Blue) = 148+222+237=607 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.38% from 607); Green value is 222 (87.11% from 255 or 36.57% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #94DEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94DEED is #6B2112. Grayscale: #C9C9C9. Windows color (decimal): -7020819 or 15589012. OLE color: 15589012.

HSL color Cylindrical-coordinate representation of color #94DEED: hue angle of 190.11º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94DEED is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 222 237 -
CMYK 0.38 0.06 0 0.07
HSL 190.11º 0.71% 0.75% -
HSV(B) 190.11º 0.38% 0.93% -
XYZ 53.62 64.65 89.77 -
YUV 201.58 147.98 89.78 -
System Red Green Blue C M Y K H S L
Decimal 148 222 237 0.38 0.06 0 0.07 190.11 0.71 0.75
Hex 94 DE ED 26 6 0 7 BE 47 4B
Octal 224 336 355 46 6 0 7 276 107 113
Binary 10010100 11011110 11101101 100110 110 0 111 10111110 1000111 1001011

Color Harmonies of #94DEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DEED

Black with #94DEED

Text Example


Text Example

White with #94DEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94DEED; }

 p { color: rgb(148,222,237); }

 H1.HeaderClassName
 {
   color: #94DEED;
 }
 .AnyTagClassName
 {
   color: #94DEED;
 }
</style>

background-color css

<style>
 a { background-color: #94DEED; }

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

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

border-color css

<style>
 span { border-color: #94DEED; }

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

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