Html Css Color HEX #98EBDD Ice Cold

📋 copy color: '#98EBDD'

red 152 ◦ green 235 ◦ blue 221

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

Shades of Ice Cold #98EBDD

Tints of Ice Cold #98EBDD

RGB

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

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

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

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

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#98EBDD (or 0x98EBDD) is known color: Ice Cold. HEX triplet: 98, EB and DD. RGB value is (152,235,221). Sum of RGB (Red+Green+Blue) = 152+235+221=608 (80% of max value = 765). Red value is 152 (59.77% from 255 or 25% from 608); Green value is 235 (92.19% from 255 or 38.65% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 235 - color contains mainly: green. Hex color #98EBDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EBDD is #671422. Grayscale: #D0D0D0. Windows color (decimal): -6755363 or 14543768. OLE color: 14543768.

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

Color convert

RGB 152 235 221 -
CMYK 0.35 0 0.06 0.08
HSL 169.88º 0.67% 0.76% -
HSV(B) 169.88º 0.35% 0.92% -
XYZ 55.71 71.31 79.24 -
YUV 208.59 135 87.64 -
System Red Green Blue C M Y K H S L
Decimal 152 235 221 0.35 0 0.06 0.08 169.88 0.67 0.76
Hex 98 EB DD 23 0 6 8 AA 43 4C
Octal 230 353 335 43 0 6 10 252 103 114
Binary 10011000 11101011 11011101 100011 0 110 1000 10101010 1000011 1001100

Color Harmonies of #98EBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98EBDD

Black with #98EBDD

Text Example


Text Example

White with #98EBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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