Html Css Color HEX #98DDEB Blizzard Blue

📋 copy color: '#98DDEB'

red 152 ◦ green 221 ◦ blue 235

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

Shades of Blizzard Blue #98DDEB

Tints of Blizzard Blue #98DDEB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.35%

 BLUE value IS 235 (92.19% from 255) = 38.65%

R = 25%
G = 36.35%
B = 38.65%

CMYK

 C value IS 0.35

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#98DDEB (or 0x98DDEB) is known color: Blizzard Blue. HEX triplet: 98, DD and EB. RGB value is (152,221,235). Sum of RGB (Red+Green+Blue) = 152+221+235=608 (80% of max value = 765). Red value is 152 (59.77% from 255 or 25% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 235 - color contains mainly: blue. Hex color #98DDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98DDEB is #672214. Grayscale: #C9C9C9. Windows color (decimal): -6758933 or 15457688. OLE color: 15457688.

HSL color Cylindrical-coordinate representation of color #98DDEB: hue angle of 190.12º degrees, saturation: 0.67, 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 #98DDEB is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 152 221 235 -
CMYK 0.35 0.06 0 0.08
HSL 190.12º 0.67% 0.76% -
HSV(B) 190.12º 0.35% 0.92% -
XYZ 53.8 64.39 88.19 -
YUV 201.97 146.64 92.36 -
System Red Green Blue C M Y K H S L
Decimal 152 221 235 0.35 0.06 0 0.08 190.12 0.67 0.76
Hex 98 DD EB 23 6 0 8 BE 43 4C
Octal 230 335 353 43 6 0 10 276 103 114
Binary 10011000 11011101 11101011 100011 110 0 1000 10111110 1000011 1001100

Color Harmonies of #98DDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DDEB

Black with #98DDEB

Text Example


Text Example

White with #98DDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,221,235); }

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

background-color css

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

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

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

border-color css

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

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

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