Html Css Color HEX #98EDDF Ice Cold

📋 copy color: '#98EDDF'

red 152 ◦ green 237 ◦ blue 223

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

Shades of Ice Cold #98EDDF

Tints of Ice Cold #98EDDF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.73%

 BLUE value IS 223 (87.5% from 255) = 36.44%

R = 24.84%
G = 38.73%
B = 36.44%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#98EDDF (or 0x98EDDF) is known color: Ice Cold. HEX triplet: 98, ED and DF. RGB value is (152,237,223). Sum of RGB (Red+Green+Blue) = 152+237+223=612 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.84% from 612); Green value is 237 (92.97% from 255 or 38.73% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 237 - color contains mainly: green. Hex color #98EDDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EDDF is #671220. Grayscale: #D1D1D1. Windows color (decimal): -6754849 or 14675352. OLE color: 14675352.

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

Color convert

RGB 152 237 223 -
CMYK 0.36 0 0.06 0.07
HSL 170.12º 0.7% 0.76% -
HSV(B) 170.12º 0.36% 0.93% -
XYZ 56.55 72.57 80.84 -
YUV 209.99 135.34 86.64 -
System Red Green Blue C M Y K H S L
Decimal 152 237 223 0.36 0 0.06 0.07 170.12 0.7 0.76
Hex 98 ED DF 24 0 6 7 AA 46 4C
Octal 230 355 337 44 0 6 7 252 106 114
Binary 10011000 11101101 11011111 100100 0 110 111 10101010 1000110 1001100

Color Harmonies of #98EDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98EDDF

Black with #98EDDF

Text Example


Text Example

White with #98EDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,237,223); }

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

background-color css

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

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

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

border-color css

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

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

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