Html Css Color HEX #98EAD6 Ice Cold

📋 copy color: '#98EAD6'

red 152 ◦ green 234 ◦ blue 214

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

Shades of Ice Cold #98EAD6

Tints of Ice Cold #98EAD6

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39%

 BLUE value IS 214 (83.98% from 255) = 35.67%

R = 25.33%
G = 39%
B = 35.67%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#98EAD6 (or 0x98EAD6) is known color: Ice Cold. HEX triplet: 98, EA and D6. RGB value is (152,234,214). Sum of RGB (Red+Green+Blue) = 152+234+214=600 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.33% from 600); Green value is 234 (91.80% from 255 or 39% from 600); Blue value is 214 (83.98% from 255 or 35.67% from 600); Max value from RGB is 234 - color contains mainly: green. Hex color #98EAD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EAD6 is #671529. Grayscale: #CFCFCF. Windows color (decimal): -6755626 or 14084760. OLE color: 14084760.

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

Color convert

RGB 152 234 214 -
CMYK 0.35 0 0.09 0.08
HSL 165.37º 0.66% 0.76% -
HSV(B) 165.37º 0.35% 0.92% -
XYZ 54.51 70.38 74.33 -
YUV 207.2 131.83 88.63 -
System Red Green Blue C M Y K H S L
Decimal 152 234 214 0.35 0 0.09 0.08 165.37 0.66 0.76
Hex 98 EA D6 23 0 9 8 A5 42 4C
Octal 230 352 326 43 0 11 10 245 102 114
Binary 10011000 11101010 11010110 100011 0 1001 1000 10100101 1000010 1001100

Color Harmonies of #98EAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98EAD6

Black with #98EAD6

Text Example


Text Example

White with #98EAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,234,214); }

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

background-color css

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

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

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

border-color css

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

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

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