Html Css Color HEX #AFE0DB Ice Cold

📋 copy color: '#AFE0DB'

red 175 ◦ green 224 ◦ blue 219

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

Shades of Ice Cold #AFE0DB

Tints of Ice Cold #AFE0DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.44%

R = 28.32%
G = 36.25%
B = 35.44%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#AFE0DB (or 0xAFE0DB) is known color: Ice Cold. HEX triplet: AF, E0 and DB. RGB value is (175,224,219). Sum of RGB (Red+Green+Blue) = 175+224+219=618 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.32% from 618); Green value is 224 (87.89% from 255 or 36.25% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE0DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE0DB is #501F24. Grayscale: #D0D0D0. Windows color (decimal): -5250853 or 14409903. OLE color: 14409903.

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

Color convert

RGB 175 224 219 -
CMYK 0.22 0 0.02 0.12
HSL 173.88º 0.44% 0.78% -
HSV(B) 173.88º 0.22% 0.88% -
XYZ 57.12 67.54 77.04 -
YUV 208.78 133.77 103.91 -
System Red Green Blue C M Y K H S L
Decimal 175 224 219 0.22 0 0.02 0.12 173.88 0.44 0.78
Hex AF E0 DB 16 0 2 C AE 2C 4E
Octal 257 340 333 26 0 2 14 256 54 116
Binary 10101111 11100000 11011011 10110 0 10 1100 10101110 101100 1001110

Color Harmonies of #AFE0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE0DB

Black with #AFE0DB

Text Example


Text Example

White with #AFE0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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