Html Css Color HEX #98EAEA Blizzard Blue

📋 copy color: '#98EAEA'

red 152 ◦ green 234 ◦ blue 234

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

Shades of Blizzard Blue #98EAEA

Tints of Blizzard Blue #98EAEA

RGB

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

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

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

R = 24.52%
G = 37.74%
B = 37.74%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#98EAEA (or 0x98EAEA) is known color: Blizzard Blue. HEX triplet: 98, EA and EA. RGB value is (152,234,234). Sum of RGB (Red+Green+Blue) = 152+234+234=620 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.52% from 620); Green value is 234 (91.80% from 255 or 37.74% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #98EAEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98EAEA is #671515. Grayscale: #D1D1D1. Windows color (decimal): -6755606 or 15395480. OLE color: 15395480.

HSL color Cylindrical-coordinate representation of color #98EAEA: hue angle of 180º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98EAEA is Cyan = 0.35, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 152 234 234 -
CMYK 0.35 0 0 0.08
HSL 180º 0.66% 0.76% -
HSV(B) 180º 0.35% 0.92% -
XYZ 57.22 71.46 88.62 -
YUV 209.48 141.83 87 -
System Red Green Blue C M Y K H S L
Decimal 152 234 234 0.35 0 0 0.08 180 0.66 0.76
Hex 98 EA EA 23 0 0 8 B4 42 4C
Octal 230 352 352 43 0 0 10 264 102 114
Binary 10011000 11101010 11101010 100011 0 0 1000 10110100 1000010 1001100

Color Harmonies of #98EAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98EAEA

Black with #98EAEA

Text Example


Text Example

White with #98EAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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