Html Css Color HEX #AFE1DB Ice Cold

📋 copy color: '#AFE1DB'

red 175 ◦ green 225 ◦ blue 219

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

Shades of Ice Cold #AFE1DB

Tints of Ice Cold #AFE1DB

RGB

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

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

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

R = 28.27%
G = 36.35%
B = 35.38%

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

#AFE1DB (or 0xAFE1DB) is known color: Ice Cold. HEX triplet: AF, E1 and DB. RGB value is (175,225,219). Sum of RGB (Red+Green+Blue) = 175+225+219=619 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.27% from 619); Green value is 225 (88.28% from 255 or 36.35% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE1DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE1DB is #501E24. Grayscale: #D1D1D1. Windows color (decimal): -5250597 or 14410159. OLE color: 14410159.

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

Color convert

RGB 175 225 219 -
CMYK 0.22 0 0.03 0.12
HSL 172.8º 0.45% 0.78% -
HSV(B) 172.8º 0.22% 0.88% -
XYZ 57.39 68.08 77.13 -
YUV 209.37 133.44 103.49 -
System Red Green Blue C M Y K H S L
Decimal 175 225 219 0.22 0 0.03 0.12 172.8 0.45 0.78
Hex AF E1 DB 16 0 3 C AD 2D 4E
Octal 257 341 333 26 0 3 14 255 55 116
Binary 10101111 11100001 11011011 10110 0 11 1100 10101101 101101 1001110

Color Harmonies of #AFE1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE1DB

Black with #AFE1DB

Text Example


Text Example

White with #AFE1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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