Html Css Color HEX #94DDEA Blizzard Blue

📋 copy color: '#94DDEA'

red 148 ◦ green 221 ◦ blue 234

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

Shades of Blizzard Blue #94DDEA

Tints of Blizzard Blue #94DDEA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.65%

 BLUE value IS 234 (91.8% from 255) = 38.81%

R = 24.54%
G = 36.65%
B = 38.81%

CMYK

 C value IS 0.37

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#94DDEA (or 0x94DDEA) is known color: Blizzard Blue. HEX triplet: 94, DD and EA. RGB value is (148,221,234). Sum of RGB (Red+Green+Blue) = 148+221+234=603 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.54% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 234 - color contains mainly: blue. Hex color #94DDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94DDEA is #6B2215. Grayscale: #C8C8C8. Windows color (decimal): -7021078 or 15392148. OLE color: 15392148.

HSL color Cylindrical-coordinate representation of color #94DDEA: hue angle of 189.07º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94DDEA is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 148 221 234 -
CMYK 0.37 0.06 0 0.08
HSL 189.07º 0.67% 0.75% -
HSV(B) 189.07º 0.37% 0.92% -
XYZ 52.92 63.95 87.4 -
YUV 200.66 146.82 90.44 -
System Red Green Blue C M Y K H S L
Decimal 148 221 234 0.37 0.06 0 0.08 189.07 0.67 0.75
Hex 94 DD EA 25 6 0 8 BD 43 4B
Octal 224 335 352 45 6 0 10 275 103 113
Binary 10010100 11011101 11101010 100101 110 0 1000 10111101 1000011 1001011

Color Harmonies of #94DDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DDEA

Black with #94DDEA

Text Example


Text Example

White with #94DDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,221,234); }

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

background-color css

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

 a { background-color: rgb(148,221,234); }

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

border-color css

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

 span { border-color: rgb(148,221,234); }

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