Html Css Color HEX #AFE2DA Ice Cold

📋 copy color: '#AFE2DA'

red 175 ◦ green 226 ◦ blue 218

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

Shades of Ice Cold #AFE2DA

Tints of Ice Cold #AFE2DA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.51%

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

R = 28.27%
G = 36.51%
B = 35.22%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#AFE2DA (or 0xAFE2DA) is known color: Ice Cold. HEX triplet: AF, E2 and DA. RGB value is (175,226,218). Sum of RGB (Red+Green+Blue) = 175+226+218=619 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.27% from 619); Green value is 226 (88.67% from 255 or 36.51% from 619); Blue value is 218 (85.55% from 255 or 35.22% from 619); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE2DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE2DA is #501D25. Grayscale: #D1D1D1. Windows color (decimal): -5250342 or 14344879. OLE color: 14344879.

HSL color Cylindrical-coordinate representation of color #AFE2DA: hue angle of 170.59º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFE2DA is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 226 218 -
CMYK 0.23 0 0.04 0.11
HSL 170.59º 0.47% 0.79% -
HSV(B) 170.59º 0.23% 0.89% -
XYZ 57.53 68.57 76.53 -
YUV 209.84 132.6 103.15 -
System Red Green Blue C M Y K H S L
Decimal 175 226 218 0.23 0 0.04 0.11 170.59 0.47 0.79
Hex AF E2 DA 17 0 4 B AB 2F 4F
Octal 257 342 332 27 0 4 13 253 57 117
Binary 10101111 11100010 11011010 10111 0 100 1011 10101011 101111 1001111

Color Harmonies of #AFE2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE2DA

Black with #AFE2DA

Text Example


Text Example

White with #AFE2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE2DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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