Html Css Color HEX #94EAEA Blizzard Blue

📋 copy color: '#94EAEA'

red 148 ◦ green 234 ◦ blue 234

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

Shades of Blizzard Blue #94EAEA

Tints of Blizzard Blue #94EAEA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.99%

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

R = 24.03%
G = 37.99%
B = 37.99%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#94EAEA (or 0x94EAEA) is known color: Blizzard Blue. HEX triplet: 94, EA and EA. RGB value is (148,234,234). Sum of RGB (Red+Green+Blue) = 148+234+234=616 (81% of max value = 765). Red value is 148 (58.20% from 255 or 24.03% from 616); Green value is 234 (91.80% from 255 or 37.99% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #94EAEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94EAEA is #6B1515. Grayscale: #D0D0D0. Windows color (decimal): -7017750 or 15395476. OLE color: 15395476.

HSL color Cylindrical-coordinate representation of color #94EAEA: hue angle of 180º 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 #94EAEA is Cyan = 0.37, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 148 234 234 -
CMYK 0.37 0 0 0.08
HSL 180º 0.67% 0.75% -
HSV(B) 180º 0.37% 0.92% -
XYZ 56.49 71.08 88.58 -
YUV 208.29 142.51 85 -
System Red Green Blue C M Y K H S L
Decimal 148 234 234 0.37 0 0 0.08 180 0.67 0.75
Hex 94 EA EA 25 0 0 8 B4 43 4B
Octal 224 352 352 45 0 0 10 264 103 113
Binary 10010100 11101010 11101010 100101 0 0 1000 10110100 1000011 1001011

Color Harmonies of #94EAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EAEA

Black with #94EAEA

Text Example


Text Example

White with #94EAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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