Html Css Color HEX #AFE8DB Ice Cold

📋 copy color: '#AFE8DB'

red 175 ◦ green 232 ◦ blue 219

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

Shades of Ice Cold #AFE8DB

Tints of Ice Cold #AFE8DB

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.06%

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

R = 27.96%
G = 37.06%
B = 34.98%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#AFE8DB (or 0xAFE8DB) is known color: Ice Cold. HEX triplet: AF, E8 and DB. RGB value is (175,232,219). Sum of RGB (Red+Green+Blue) = 175+232+219=626 (82% of max value = 765). Red value is 175 (68.75% from 255 or 27.96% from 626); Green value is 232 (91.02% from 255 or 37.06% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE8DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE8DB is #501724. Grayscale: #D5D5D5. Windows color (decimal): -5248805 or 14411951. OLE color: 14411951.

HSL color Cylindrical-coordinate representation of color #AFE8DB: hue angle of 166.32º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFE8DB is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 232 219 -
CMYK 0.25 0 0.06 0.09
HSL 166.32º 0.55% 0.8% -
HSV(B) 166.32º 0.25% 0.91% -
XYZ 59.32 71.94 77.78 -
YUV 213.48 131.12 100.56 -
System Red Green Blue C M Y K H S L
Decimal 175 232 219 0.25 0 0.06 0.09 166.32 0.55 0.8
Hex AF E8 DB 19 0 6 9 A6 37 50
Octal 257 350 333 31 0 6 11 246 67 120
Binary 10101111 11101000 11011011 11001 0 110 1001 10100110 110111 1010000

Color Harmonies of #AFE8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE8DB

Black with #AFE8DB

Text Example


Text Example

White with #AFE8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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