Html Css Color HEX #99ECDF Ice Cold

📋 copy color: '#99ECDF'

red 153 ◦ green 236 ◦ blue 223

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

Shades of Ice Cold #99ECDF

Tints of Ice Cold #99ECDF

RGB

 RED value IS 153 (60.16% from 255) = 25%

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

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

R = 25%
G = 38.56%
B = 36.44%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#99ECDF (or 0x99ECDF) is known color: Ice Cold. HEX triplet: 99, EC and DF. RGB value is (153,236,223). Sum of RGB (Red+Green+Blue) = 153+236+223=612 (81% of max value = 765). Red value is 153 (60.16% from 255 or 25% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 236 - color contains mainly: green. Hex color #99ECDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99ECDF is #661320. Grayscale: #D1D1D1. Windows color (decimal): -6689569 or 14675097. OLE color: 14675097.

HSL color Cylindrical-coordinate representation of color #99ECDF: hue angle of 170.6º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99ECDF is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 153 236 223 -
CMYK 0.35 0 0.06 0.07
HSL 170.6º 0.69% 0.76% -
HSV(B) 170.6º 0.35% 0.93% -
XYZ 56.45 72.09 80.75 -
YUV 209.7 135.5 87.56 -
System Red Green Blue C M Y K H S L
Decimal 153 236 223 0.35 0 0.06 0.07 170.6 0.69 0.76
Hex 99 EC DF 23 0 6 7 AB 45 4C
Octal 231 354 337 43 0 6 7 253 105 114
Binary 10011001 11101100 11011111 100011 0 110 111 10101011 1000101 1001100

Color Harmonies of #99ECDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99ECDF

Black with #99ECDF

Text Example


Text Example

White with #99ECDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99ECDF; }

 p { color: rgb(153,236,223); }

 H1.HeaderClassName
 {
   color: #99ECDF;
 }
 .AnyTagClassName
 {
   color: #99ECDF;
 }
</style>

background-color css

<style>
 a { background-color: #99ECDF; }

 a { background-color: rgb(153,236,223); }

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

border-color css

<style>
 span { border-color: #99ECDF; }

 span { border-color: rgb(153,236,223); }

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