Html Css Color HEX #94F2ED Blizzard Blue

📋 copy color: '#94F2ED'

red 148 ◦ green 242 ◦ blue 237

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

Shades of Blizzard Blue #94F2ED

Tints of Blizzard Blue #94F2ED

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.6%

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

R = 23.6%
G = 38.6%
B = 37.8%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#94F2ED (or 0x94F2ED) is known color: Blizzard Blue. HEX triplet: 94, F2 and ED. RGB value is (148,242,237). Sum of RGB (Red+Green+Blue) = 148+242+237=627 (83% of max value = 765). Red value is 148 (58.20% from 255 or 23.60% from 627); Green value is 242 (94.92% from 255 or 38.60% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 242 - color contains mainly: green. Hex color #94F2ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94F2ED is #6B0D12. Grayscale: #D5D5D5. Windows color (decimal): -7015699 or 15594132. OLE color: 15594132.

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

Color convert

RGB 148 242 237 -
CMYK 0.39 0 0.02 0.05
HSL 176.81º 0.78% 0.76% -
HSV(B) 176.81º 0.39% 0.95% -
XYZ 59.25 75.91 91.65 -
YUV 213.32 141.36 81.41 -
System Red Green Blue C M Y K H S L
Decimal 148 242 237 0.39 0 0.02 0.05 176.81 0.78 0.76
Hex 94 F2 ED 27 0 2 5 B1 4E 4C
Octal 224 362 355 47 0 2 5 261 116 114
Binary 10010100 11110010 11101101 100111 0 10 101 10110001 1001110 1001100

Color Harmonies of #94F2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F2ED

Black with #94F2ED

Text Example


Text Example

White with #94F2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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