Html Css Color HEX #93EBE6 Blizzard Blue

📋 copy color: '#93EBE6'

red 147 ◦ green 235 ◦ blue 230

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

Shades of Blizzard Blue #93EBE6

Tints of Blizzard Blue #93EBE6

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.4%

 BLUE value IS 230 (90.23% from 255) = 37.58%

R = 24.02%
G = 38.4%
B = 37.58%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#93EBE6 (or 0x93EBE6) is known color: Blizzard Blue. HEX triplet: 93, EB and E6. RGB value is (147,235,230). Sum of RGB (Red+Green+Blue) = 147+235+230=612 (81% of max value = 765). Red value is 147 (57.81% from 255 or 24.02% from 612); Green value is 235 (92.19% from 255 or 38.40% from 612); Blue value is 230 (90.23% from 255 or 37.58% from 612); Max value from RGB is 235 - color contains mainly: green. Hex color #93EBE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93EBE6 is #6C1419. Grayscale: #D0D0D0. Windows color (decimal): -7083034 or 15133587. OLE color: 15133587.

HSL color Cylindrical-coordinate representation of color #93EBE6: hue angle of 176.59º degrees, saturation: 0.69, 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 #93EBE6 is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 147 235 230 -
CMYK 0.37 0 0.02 0.08
HSL 176.59º 0.69% 0.75% -
HSV(B) 176.59º 0.37% 0.92% -
XYZ 56.02 71.33 85.68 -
YUV 208.12 140.35 84.41 -
System Red Green Blue C M Y K H S L
Decimal 147 235 230 0.37 0 0.02 0.08 176.59 0.69 0.75
Hex 93 EB E6 25 0 2 8 B1 45 4B
Octal 223 353 346 45 0 2 10 261 105 113
Binary 10010011 11101011 11100110 100101 0 10 1000 10110001 1000101 1001011

Color Harmonies of #93EBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93EBE6

Black with #93EBE6

Text Example


Text Example

White with #93EBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,235,230); }

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

background-color css

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

 a { background-color: rgb(147,235,230); }

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

border-color css

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

 span { border-color: rgb(147,235,230); }

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