Html Css Color HEX #98ECD8 Ice Cold

📋 copy color: '#98ECD8'

red 152 ◦ green 236 ◦ blue 216

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

Shades of Ice Cold #98ECD8

Tints of Ice Cold #98ECD8

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.07%

 BLUE value IS 216 (84.77% from 255) = 35.76%

R = 25.17%
G = 39.07%
B = 35.76%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#98ECD8 (or 0x98ECD8) is known color: Ice Cold. HEX triplet: 98, EC and D8. RGB value is (152,236,216). Sum of RGB (Red+Green+Blue) = 152+236+216=604 (80% of max value = 765). Red value is 152 (59.77% from 255 or 25.17% from 604); Green value is 236 (92.58% from 255 or 39.07% from 604); Blue value is 216 (84.77% from 255 or 35.76% from 604); Max value from RGB is 236 - color contains mainly: green. Hex color #98ECD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98ECD8 is #671327. Grayscale: #D0D0D0. Windows color (decimal): -6755112 or 14216344. OLE color: 14216344.

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

Color convert

RGB 152 236 216 -
CMYK 0.36 0 0.08 0.07
HSL 165.71º 0.69% 0.76% -
HSV(B) 165.71º 0.36% 0.93% -
XYZ 55.34 71.62 75.87 -
YUV 208.6 132.17 87.63 -
System Red Green Blue C M Y K H S L
Decimal 152 236 216 0.36 0 0.08 0.07 165.71 0.69 0.76
Hex 98 EC D8 24 0 8 7 A6 45 4C
Octal 230 354 330 44 0 10 7 246 105 114
Binary 10011000 11101100 11011000 100100 0 1000 111 10100110 1000101 1001100

Color Harmonies of #98ECD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98ECD8

Black with #98ECD8

Text Example


Text Example

White with #98ECD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,236,216); }

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

background-color css

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

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

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

border-color css

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

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

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