Html Css Color HEX #98DBEE Blizzard Blue

📋 copy color: '#98DBEE'

red 152 ◦ green 219 ◦ blue 238

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

Shades of Blizzard Blue #98DBEE

Tints of Blizzard Blue #98DBEE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.96%

 BLUE value IS 238 (93.36% from 255) = 39.08%

R = 24.96%
G = 35.96%
B = 39.08%

CMYK

 C value IS 0.36

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#98DBEE (or 0x98DBEE) is known color: Blizzard Blue. HEX triplet: 98, DB and EE. RGB value is (152,219,238). Sum of RGB (Red+Green+Blue) = 152+219+238=609 (80% of max value = 765). Red value is 152 (59.77% from 255 or 24.96% from 609); Green value is 219 (85.94% from 255 or 35.96% from 609); Blue value is 238 (93.36% from 255 or 39.08% from 609); Max value from RGB is 238 - color contains mainly: blue. Hex color #98DBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98DBEE is #672411. Grayscale: #C8C8C8. Windows color (decimal): -6759442 or 15653784. OLE color: 15653784.

HSL color Cylindrical-coordinate representation of color #98DBEE: hue angle of 193.26º degrees, saturation: 0.72, 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 #98DBEE is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 152 219 238 -
CMYK 0.36 0.08 0 0.07
HSL 193.26º 0.72% 0.76% -
HSV(B) 193.26º 0.36% 0.93% -
XYZ 53.71 63.51 90.32 -
YUV 201.13 148.8 92.96 -
System Red Green Blue C M Y K H S L
Decimal 152 219 238 0.36 0.08 0 0.07 193.26 0.72 0.76
Hex 98 DB EE 24 8 0 7 C1 48 4C
Octal 230 333 356 44 10 0 7 301 110 114
Binary 10011000 11011011 11101110 100100 1000 0 111 11000001 1001000 1001100

Color Harmonies of #98DBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DBEE

Black with #98DBEE

Text Example


Text Example

White with #98DBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,219,238); }

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

background-color css

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

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

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

border-color css

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

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

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