Html Css Color HEX #94DDF1 Blizzard Blue

📋 copy color: '#94DDF1'

red 148 ◦ green 221 ◦ blue 241

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

Shades of Blizzard Blue #94DDF1

Tints of Blizzard Blue #94DDF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 39.51%

R = 24.26%
G = 36.23%
B = 39.51%

CMYK

 C value IS 0.39

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#94DDF1 (or 0x94DDF1) is known color: Blizzard Blue. HEX triplet: 94, DD and F1. RGB value is (148,221,241). Sum of RGB (Red+Green+Blue) = 148+221+241=610 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.26% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 241 (94.53% from 255 or 39.51% from 610); Max value from RGB is 241 - color contains mainly: blue. Hex color #94DDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94DDF1 is #6B220E. Grayscale: #C9C9C9. Windows color (decimal): -7021071 or 15850900. OLE color: 15850900.

HSL color Cylindrical-coordinate representation of color #94DDF1: hue angle of 192.9º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94DDF1 is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 148 221 241 -
CMYK 0.39 0.08 0 0.05
HSL 192.9º 0.77% 0.76% -
HSV(B) 192.9º 0.39% 0.95% -
XYZ 53.95 64.36 92.8 -
YUV 201.45 150.32 89.87 -
System Red Green Blue C M Y K H S L
Decimal 148 221 241 0.39 0.08 0 0.05 192.9 0.77 0.76
Hex 94 DD F1 27 8 0 5 C1 4D 4C
Octal 224 335 361 47 10 0 5 301 115 114
Binary 10010100 11011101 11110001 100111 1000 0 101 11000001 1001101 1001100

Color Harmonies of #94DDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DDF1

Black with #94DDF1

Text Example


Text Example

White with #94DDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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