Html Css Color HEX #93EFE7 Blizzard Blue

📋 copy color: '#93EFE7'

red 147 ◦ green 239 ◦ blue 231

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

Shades of Blizzard Blue #93EFE7

Tints of Blizzard Blue #93EFE7

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.74%

 BLUE value IS 231 (90.63% from 255) = 37.44%

R = 23.82%
G = 38.74%
B = 37.44%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#93EFE7 (or 0x93EFE7) is known color: Blizzard Blue. HEX triplet: 93, EF and E7. RGB value is (147,239,231). Sum of RGB (Red+Green+Blue) = 147+239+231=617 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.82% from 617); Green value is 239 (93.75% from 255 or 38.74% from 617); Blue value is 231 (90.62% from 255 or 37.44% from 617); Max value from RGB is 239 - color contains mainly: green. Hex color #93EFE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93EFE7 is #6C1018. Grayscale: #D2D2D2. Windows color (decimal): -7082009 or 15200147. OLE color: 15200147.

HSL color Cylindrical-coordinate representation of color #93EFE7: hue angle of 174.78º degrees, saturation: 0.74, 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 #93EFE7 is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 147 239 231 -
CMYK 0.38 0 0.03 0.06
HSL 174.78º 0.74% 0.76% -
HSV(B) 174.78º 0.38% 0.94% -
XYZ 57.32 73.71 86.81 -
YUV 210.58 139.52 82.65 -
System Red Green Blue C M Y K H S L
Decimal 147 239 231 0.38 0 0.03 0.06 174.78 0.74 0.76
Hex 93 EF E7 26 0 3 6 AF 4A 4C
Octal 223 357 347 46 0 3 6 257 112 114
Binary 10010011 11101111 11100111 100110 0 11 110 10101111 1001010 1001100

Color Harmonies of #93EFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93EFE7

Black with #93EFE7

Text Example


Text Example

White with #93EFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,239,231); }

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

background-color css

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

 a { background-color: rgb(147,239,231); }

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

border-color css

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

 span { border-color: rgb(147,239,231); }

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