Html Css Color HEX #98EBE6 Blizzard Blue

📋 copy color: '#98EBE6'

red 152 ◦ green 235 ◦ blue 230

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

Shades of Blizzard Blue #98EBE6

Tints of Blizzard Blue #98EBE6

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.09%

 BLUE value IS 230 (90.23% from 255) = 37.28%

R = 24.64%
G = 38.09%
B = 37.28%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#98EBE6 (or 0x98EBE6) is known color: Blizzard Blue. HEX triplet: 98, EB and E6. RGB value is (152,235,230). Sum of RGB (Red+Green+Blue) = 152+235+230=617 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.64% from 617); Green value is 235 (92.19% from 255 or 38.09% from 617); Blue value is 230 (90.23% from 255 or 37.28% from 617); Max value from RGB is 235 - color contains mainly: green. Hex color #98EBE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98EBE6 is #671419. Grayscale: #D1D1D1. Windows color (decimal): -6755354 or 15133592. OLE color: 15133592.

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

Color convert

RGB 152 235 230 -
CMYK 0.35 0 0.02 0.08
HSL 176.39º 0.67% 0.76% -
HSV(B) 176.39º 0.35% 0.92% -
XYZ 56.94 71.81 85.72 -
YUV 209.61 139.5 86.91 -
System Red Green Blue C M Y K H S L
Decimal 152 235 230 0.35 0 0.02 0.08 176.39 0.67 0.76
Hex 98 EB E6 23 0 2 8 B0 43 4C
Octal 230 353 346 43 0 2 10 260 103 114
Binary 10011000 11101011 11100110 100011 0 10 1000 10110000 1000011 1001100

Color Harmonies of #98EBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98EBE6

Black with #98EBE6

Text Example


Text Example

White with #98EBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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