Html Css Color HEX #98DDF2 Blizzard Blue

📋 copy color: '#98DDF2'

red 152 ◦ green 221 ◦ blue 242

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

Shades of Blizzard Blue #98DDF2

Tints of Blizzard Blue #98DDF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 39.35%

R = 24.72%
G = 35.93%
B = 39.35%

CMYK

 C value IS 0.37

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#98DDF2 (or 0x98DDF2) is known color: Blizzard Blue. HEX triplet: 98, DD and F2. RGB value is (152,221,242). Sum of RGB (Red+Green+Blue) = 152+221+242=615 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.72% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 242 (94.92% from 255 or 39.35% from 615); Max value from RGB is 242 - color contains mainly: blue. Hex color #98DDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98DDF2 is #67220D. Grayscale: #CACACA. Windows color (decimal): -6758926 or 15916440. OLE color: 15916440.

HSL color Cylindrical-coordinate representation of color #98DDF2: hue angle of 194º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98DDF2 is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 152 221 242 -
CMYK 0.37 0.09 0 0.05
HSL 194º 0.78% 0.77% -
HSV(B) 194º 0.37% 0.95% -
XYZ 54.83 64.8 93.62 -
YUV 202.76 150.14 91.79 -
System Red Green Blue C M Y K H S L
Decimal 152 221 242 0.37 0.09 0 0.05 194 0.78 0.77
Hex 98 DD F2 25 9 0 5 C2 4E 4D
Octal 230 335 362 45 11 0 5 302 116 115
Binary 10011000 11011101 11110010 100101 1001 0 101 11000010 1001110 1001101

Color Harmonies of #98DDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DDF2

Black with #98DDF2

Text Example


Text Example

White with #98DDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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