Html Css Color HEX #93EDEA Blizzard Blue

📋 copy color: '#93EDEA'

red 147 ◦ green 237 ◦ blue 234

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

Shades of Blizzard Blue #93EDEA

Tints of Blizzard Blue #93EDEA

RGB

 RED value IS 147 (57.81% from 255) = 23.79%

 GREEN value IS 237 (92.97% from 255) = 38.35%

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

R = 23.79%
G = 38.35%
B = 37.86%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#93EDEA (or 0x93EDEA) is known color: Blizzard Blue. HEX triplet: 93, ED and EA. RGB value is (147,237,234). Sum of RGB (Red+Green+Blue) = 147+237+234=618 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.79% from 618); Green value is 237 (92.97% from 255 or 38.35% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 237 - color contains mainly: green. Hex color #93EDEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93EDEA is #6C1215. Grayscale: #D1D1D1. Windows color (decimal): -7082518 or 15396243. OLE color: 15396243.

HSL color Cylindrical-coordinate representation of color #93EDEA: hue angle of 178º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93EDEA is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 147 237 234 -
CMYK 0.38 0 0.01 0.07
HSL 178º 0.71% 0.75% -
HSV(B) 178º 0.38% 0.93% -
XYZ 57.17 72.71 88.86 -
YUV 209.75 141.68 83.24 -
System Red Green Blue C M Y K H S L
Decimal 147 237 234 0.38 0 0.01 0.07 178 0.71 0.75
Hex 93 ED EA 26 0 1 7 B2 47 4B
Octal 223 355 352 46 0 1 7 262 107 113
Binary 10010011 11101101 11101010 100110 0 1 111 10110010 1000111 1001011

Color Harmonies of #93EDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93EDEA

Black with #93EDEA

Text Example


Text Example

White with #93EDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93EDEA; }

 p { color: rgb(147,237,234); }

 H1.HeaderClassName
 {
   color: #93EDEA;
 }
 .AnyTagClassName
 {
   color: #93EDEA;
 }
</style>

background-color css

<style>
 a { background-color: #93EDEA; }

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

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

border-color css

<style>
 span { border-color: #93EDEA; }

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

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