Html Css Color HEX #AFE4DB Ice Cold

📋 copy color: '#AFE4DB'

red 175 ◦ green 228 ◦ blue 219

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

Shades of Ice Cold #AFE4DB

Tints of Ice Cold #AFE4DB

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.66%

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

R = 28.14%
G = 36.66%
B = 35.21%

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

#AFE4DB (or 0xAFE4DB) is known color: Ice Cold. HEX triplet: AF, E4 and DB. RGB value is (175,228,219). Sum of RGB (Red+Green+Blue) = 175+228+219=622 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.14% from 622); Green value is 228 (89.45% from 255 or 36.66% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE4DB is #501B24. Grayscale: #D3D3D3. Windows color (decimal): -5249829 or 14410927. OLE color: 14410927.

HSL color Cylindrical-coordinate representation of color #AFE4DB: hue angle of 169.81º degrees, saturation: 0.5, 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 #AFE4DB is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 228 219 -
CMYK 0.23 0 0.04 0.11
HSL 169.81º 0.5% 0.79% -
HSV(B) 169.81º 0.23% 0.89% -
XYZ 58.21 69.72 77.41 -
YUV 211.13 132.44 102.23 -
System Red Green Blue C M Y K H S L
Decimal 175 228 219 0.23 0 0.04 0.11 169.81 0.5 0.79
Hex AF E4 DB 17 0 4 B AA 32 4F
Octal 257 344 333 27 0 4 13 252 62 117
Binary 10101111 11100100 11011011 10111 0 100 1011 10101010 110010 1001111

Color Harmonies of #AFE4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE4DB

Black with #AFE4DB

Text Example


Text Example

White with #AFE4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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