Html Css Color HEX #98EFEA Blizzard Blue

📋 copy color: '#98EFEA'

red 152 ◦ green 239 ◦ blue 234

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

Shades of Blizzard Blue #98EFEA

Tints of Blizzard Blue #98EFEA

RGB

 RED value IS 152 (59.77% from 255) = 24.32%

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

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

R = 24.32%
G = 38.24%
B = 37.44%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#98EFEA (or 0x98EFEA) is known color: Blizzard Blue. HEX triplet: 98, EF and EA. RGB value is (152,239,234). Sum of RGB (Red+Green+Blue) = 152+239+234=625 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.32% from 625); Green value is 239 (93.75% from 255 or 38.24% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 239 - color contains mainly: green. Hex color #98EFEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98EFEA is #671015. Grayscale: #D4D4D4. Windows color (decimal): -6754326 or 15396760. OLE color: 15396760.

HSL color Cylindrical-coordinate representation of color #98EFEA: hue angle of 176.55º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98EFEA is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 152 239 234 -
CMYK 0.36 0 0.02 0.06
HSL 176.55º 0.73% 0.77% -
HSV(B) 176.55º 0.36% 0.94% -
XYZ 58.67 74.35 89.1 -
YUV 212.42 140.18 84.91 -
System Red Green Blue C M Y K H S L
Decimal 152 239 234 0.36 0 0.02 0.06 176.55 0.73 0.77
Hex 98 EF EA 24 0 2 6 B1 49 4D
Octal 230 357 352 44 0 2 6 261 111 115
Binary 10011000 11101111 11101010 100100 0 10 110 10110001 1001001 1001101

Color Harmonies of #98EFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98EFEA

Black with #98EFEA

Text Example


Text Example

White with #98EFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98EFEA; }

 p { color: rgb(152,239,234); }

 H1.HeaderClassName
 {
   color: #98EFEA;
 }
 .AnyTagClassName
 {
   color: #98EFEA;
 }
</style>

background-color css

<style>
 a { background-color: #98EFEA; }

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

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

border-color css

<style>
 span { border-color: #98EFEA; }

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

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