Html Css Color HEX #94ECF0 Blizzard Blue

📋 copy color: '#94ECF0'

red 148 ◦ green 236 ◦ blue 240

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

Shades of Blizzard Blue #94ECF0

Tints of Blizzard Blue #94ECF0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.82%

 BLUE value IS 240 (94.14% from 255) = 38.46%

R = 23.72%
G = 37.82%
B = 38.46%

CMYK

 C value IS 0.38

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#94ECF0 (or 0x94ECF0) is known color: Blizzard Blue. HEX triplet: 94, EC and F0. RGB value is (148,236,240). Sum of RGB (Red+Green+Blue) = 148+236+240=624 (82% of max value = 765). Red value is 148 (58.20% from 255 or 23.72% from 624); Green value is 236 (92.58% from 255 or 37.82% from 624); Blue value is 240 (94.14% from 255 or 38.46% from 624); Max value from RGB is 240 - color contains mainly: blue. Hex color #94ECF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94ECF0 is #6B130F. Grayscale: #D2D2D2. Windows color (decimal): -7017232 or 15789204. OLE color: 15789204.

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

Color convert

RGB 148 236 240 -
CMYK 0.38 0.02 0 0.06
HSL 182.61º 0.75% 0.76% -
HSV(B) 182.61º 0.38% 0.94% -
XYZ 57.94 72.58 93.39 -
YUV 210.14 144.85 83.67 -
System Red Green Blue C M Y K H S L
Decimal 148 236 240 0.38 0.02 0 0.06 182.61 0.75 0.76
Hex 94 EC F0 26 2 0 6 B7 4B 4C
Octal 224 354 360 46 2 0 6 267 113 114
Binary 10010100 11101100 11110000 100110 10 0 110 10110111 1001011 1001100

Color Harmonies of #94ECF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94ECF0

Black with #94ECF0

Text Example


Text Example

White with #94ECF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,236,240); }

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

background-color css

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

 a { background-color: rgb(148,236,240); }

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

border-color css

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

 span { border-color: rgb(148,236,240); }

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