Html Css Color HEX #98EBEB Blizzard Blue

📋 copy color: '#98EBEB'

red 152 ◦ green 235 ◦ blue 235

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

Shades of Blizzard Blue #98EBEB

Tints of Blizzard Blue #98EBEB

RGB

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

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

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

R = 24.44%
G = 37.78%
B = 37.78%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#98EBEB (or 0x98EBEB) is known color: Blizzard Blue. HEX triplet: 98, EB and EB. RGB value is (152,235,235). Sum of RGB (Red+Green+Blue) = 152+235+235=622 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.44% from 622); Green value is 235 (92.19% from 255 or 37.78% from 622); Blue value is 235 (92.19% from 255 or 37.78% from 622); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #98EBEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98EBEB is #671414. Grayscale: #D2D2D2. Windows color (decimal): -6755349 or 15461272. OLE color: 15461272.

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

Color convert

RGB 152 235 235 -
CMYK 0.35 0 0 0.08
HSL 180º 0.67% 0.76% -
HSV(B) 180º 0.35% 0.92% -
XYZ 57.65 72.09 89.47 -
YUV 210.18 142 86.5 -
System Red Green Blue C M Y K H S L
Decimal 152 235 235 0.35 0 0 0.08 180 0.67 0.76
Hex 98 EB EB 23 0 0 8 B4 43 4C
Octal 230 353 353 43 0 0 10 264 103 114
Binary 10011000 11101011 11101011 100011 0 0 1000 10110100 1000011 1001100

Color Harmonies of #98EBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98EBEB

Black with #98EBEB

Text Example


Text Example

White with #98EBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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