Html Css Color HEX #98EDEA Blizzard Blue

📋 copy color: '#98EDEA'

red 152 ◦ green 237 ◦ blue 234

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

Shades of Blizzard Blue #98EDEA

Tints of Blizzard Blue #98EDEA

RGB

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

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

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

R = 24.4%
G = 38.04%
B = 37.56%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#98EDEA (or 0x98EDEA) is known color: Blizzard Blue. HEX triplet: 98, ED and EA. RGB value is (152,237,234). Sum of RGB (Red+Green+Blue) = 152+237+234=623 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.40% from 623); Green value is 237 (92.97% from 255 or 38.04% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 237 - color contains mainly: green. Hex color #98EDEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98EDEA is #671215. Grayscale: #D3D3D3. Windows color (decimal): -6754838 or 15396248. OLE color: 15396248.

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

Color convert

RGB 152 237 234 -
CMYK 0.36 0 0.01 0.07
HSL 177.88º 0.7% 0.76% -
HSV(B) 177.88º 0.36% 0.93% -
XYZ 58.08 73.18 88.91 -
YUV 211.24 140.84 85.74 -
System Red Green Blue C M Y K H S L
Decimal 152 237 234 0.36 0 0.01 0.07 177.88 0.7 0.76
Hex 98 ED EA 24 0 1 7 B2 46 4C
Octal 230 355 352 44 0 1 7 262 106 114
Binary 10011000 11101101 11101010 100100 0 1 111 10110010 1000110 1001100

Color Harmonies of #98EDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98EDEA

Black with #98EDEA

Text Example


Text Example

White with #98EDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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