Html Css Color HEX #94DFF2 Blizzard Blue

📋 copy color: '#94DFF2'

red 148 ◦ green 223 ◦ blue 242

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

Shades of Blizzard Blue #94DFF2

Tints of Blizzard Blue #94DFF2

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.38%

 BLUE value IS 242 (94.92% from 255) = 39.48%

R = 24.14%
G = 36.38%
B = 39.48%

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

#94DFF2 (or 0x94DFF2) is known color: Blizzard Blue. HEX triplet: 94, DF and F2. RGB value is (148,223,242). Sum of RGB (Red+Green+Blue) = 148+223+242=613 (81% of max value = 765). Red value is 148 (58.20% from 255 or 24.14% from 613); Green value is 223 (87.5% from 255 or 36.38% from 613); Blue value is 242 (94.92% from 255 or 39.48% from 613); Max value from RGB is 242 - color contains mainly: blue. Hex color #94DFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94DFF2 is #6B200D. Grayscale: #CACACA. Windows color (decimal): -7020558 or 15916948. OLE color: 15916948.

HSL color Cylindrical-coordinate representation of color #94DFF2: hue angle of 192.13º degrees, saturation: 0.78, 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 #94DFF2 is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 148 223 242 -
CMYK 0.39 0.08 0 0.05
HSL 192.13º 0.78% 0.76% -
HSV(B) 192.13º 0.39% 0.95% -
XYZ 54.63 65.48 93.76 -
YUV 202.74 150.15 88.96 -
System Red Green Blue C M Y K H S L
Decimal 148 223 242 0.39 0.08 0 0.05 192.13 0.78 0.76
Hex 94 DF F2 27 8 0 5 C0 4E 4C
Octal 224 337 362 47 10 0 5 300 116 114
Binary 10010100 11011111 11110010 100111 1000 0 101 11000000 1001110 1001100

Color Harmonies of #94DFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DFF2

Black with #94DFF2

Text Example


Text Example

White with #94DFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,223,242); }

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

background-color css

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

 a { background-color: rgb(148,223,242); }

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

border-color css

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

 span { border-color: rgb(148,223,242); }

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