Html Css Color HEX #AFE1DA Ice Cold

📋 copy color: '#AFE1DA'

red 175 ◦ green 225 ◦ blue 218

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

Shades of Ice Cold #AFE1DA

Tints of Ice Cold #AFE1DA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.41%

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

R = 28.32%
G = 36.41%
B = 35.28%

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

#AFE1DA (or 0xAFE1DA) is known color: Ice Cold. HEX triplet: AF, E1 and DA. RGB value is (175,225,218). Sum of RGB (Red+Green+Blue) = 175+225+218=618 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.32% from 618); Green value is 225 (88.28% from 255 or 36.41% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE1DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE1DA is #501E25. Grayscale: #D1D1D1. Windows color (decimal): -5250598 or 14344623. OLE color: 14344623.

HSL color Cylindrical-coordinate representation of color #AFE1DA: hue angle of 171.6º degrees, saturation: 0.45, 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 #AFE1DA is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 225 218 -
CMYK 0.22 0 0.03 0.12
HSL 171.6º 0.45% 0.78% -
HSV(B) 171.6º 0.22% 0.88% -
XYZ 57.26 68.03 76.44 -
YUV 209.25 132.94 103.57 -
System Red Green Blue C M Y K H S L
Decimal 175 225 218 0.22 0 0.03 0.12 171.6 0.45 0.78
Hex AF E1 DA 16 0 3 C AC 2D 4E
Octal 257 341 332 26 0 3 14 254 55 116
Binary 10101111 11100001 11011010 10110 0 11 1100 10101100 101101 1001110

Color Harmonies of #AFE1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE1DA

Black with #AFE1DA

Text Example


Text Example

White with #AFE1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE1DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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