Html Css Color HEX #AFE0DA Ice Cold

📋 copy color: '#AFE0DA'

red 175 ◦ green 224 ◦ blue 218

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

Shades of Ice Cold #AFE0DA

Tints of Ice Cold #AFE0DA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.3%

 BLUE value IS 218 (85.55% from 255) = 35.33%

R = 28.36%
G = 36.3%
B = 35.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#AFE0DA (or 0xAFE0DA) is known color: Ice Cold. HEX triplet: AF, E0 and DA. RGB value is (175,224,218). Sum of RGB (Red+Green+Blue) = 175+224+218=617 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.36% from 617); Green value is 224 (87.89% from 255 or 36.30% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE0DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE0DA is #501F25. Grayscale: #D0D0D0. Windows color (decimal): -5250854 or 14344367. OLE color: 14344367.

HSL color Cylindrical-coordinate representation of color #AFE0DA: hue angle of 172.65º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFE0DA is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 224 218 -
CMYK 0.22 0 0.03 0.12
HSL 172.65º 0.44% 0.78% -
HSV(B) 172.65º 0.22% 0.88% -
XYZ 56.99 67.49 76.35 -
YUV 208.67 133.27 103.99 -
System Red Green Blue C M Y K H S L
Decimal 175 224 218 0.22 0 0.03 0.12 172.65 0.44 0.78
Hex AF E0 DA 16 0 3 C AD 2C 4E
Octal 257 340 332 26 0 3 14 255 54 116
Binary 10101111 11100000 11011010 10110 0 11 1100 10101101 101100 1001110

Color Harmonies of #AFE0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE0DA

Black with #AFE0DA

Text Example


Text Example

White with #AFE0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE0DA; }

 p { color: rgb(175,224,218); }

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

background-color css

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

 a { background-color: rgb(175,224,218); }

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

border-color css

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

 span { border-color: rgb(175,224,218); }

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