Html Css Color HEX #AFE9D5 Ice Cold

📋 copy color: '#AFE9D5'

red 175 ◦ green 233 ◦ blue 213

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

Shades of Ice Cold #AFE9D5

Tints of Ice Cold #AFE9D5

RGB

 RED value IS 175 (68.75% from 255) = 28.18%

 GREEN value IS 233 (91.41% from 255) = 37.52%

 BLUE value IS 213 (83.59% from 255) = 34.3%

R = 28.18%
G = 37.52%
B = 34.3%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#AFE9D5 (or 0xAFE9D5) is known color: Ice Cold. HEX triplet: AF, E9 and D5. RGB value is (175,233,213). Sum of RGB (Red+Green+Blue) = 175+233+213=621 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.18% from 621); Green value is 233 (91.41% from 255 or 37.52% from 621); Blue value is 213 (83.59% from 255 or 34.30% from 621); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE9D5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE9D5 is #50162A. Grayscale: #D5D5D5. Windows color (decimal): -5248555 or 14018991. OLE color: 14018991.

HSL color Cylindrical-coordinate representation of color #AFE9D5: hue angle of 159.31º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFE9D5 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 233 213 -
CMYK 0.25 0 0.09 0.09
HSL 159.31º 0.57% 0.8% -
HSV(B) 159.31º 0.25% 0.91% -
XYZ 58.83 72.2 73.79 -
YUV 213.38 127.78 100.63 -
System Red Green Blue C M Y K H S L
Decimal 175 233 213 0.25 0 0.09 0.09 159.31 0.57 0.8
Hex AF E9 D5 19 0 9 9 9F 39 50
Octal 257 351 325 31 0 11 11 237 71 120
Binary 10101111 11101001 11010101 11001 0 1001 1001 10011111 111001 1010000

Color Harmonies of #AFE9D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE9D5

Black with #AFE9D5

Text Example


Text Example

White with #AFE9D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE9D5; }

 p { color: rgb(175,233,213); }

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

background-color css

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

 a { background-color: rgb(175,233,213); }

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

border-color css

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

 span { border-color: rgb(175,233,213); }

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