Html Css Color HEX #AFE6DE Ice Cold

📋 copy color: '#AFE6DE'

red 175 ◦ green 230 ◦ blue 222

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

Shades of Ice Cold #AFE6DE

Tints of Ice Cold #AFE6DE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.68%

 BLUE value IS 222 (87.11% from 255) = 35.41%

R = 27.91%
G = 36.68%
B = 35.41%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#AFE6DE (or 0xAFE6DE) is known color: Ice Cold. HEX triplet: AF, E6 and DE. RGB value is (175,230,222). Sum of RGB (Red+Green+Blue) = 175+230+222=627 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.91% from 627); Green value is 230 (90.23% from 255 or 36.68% from 627); Blue value is 222 (87.11% from 255 or 35.41% from 627); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE6DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE6DE is #501921. Grayscale: #D4D4D4. Windows color (decimal): -5249314 or 14608047. OLE color: 14608047.

HSL color Cylindrical-coordinate representation of color #AFE6DE: hue angle of 171.27º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFE6DE is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 230 222 -
CMYK 0.24 0 0.03 0.10
HSL 171.27º 0.52% 0.79% -
HSV(B) 171.27º 0.24% 0.9% -
XYZ 59.16 70.98 79.69 -
YUV 212.64 133.28 101.15 -
System Red Green Blue C M Y K H S L
Decimal 175 230 222 0.24 0 0.03 0.10 171.27 0.52 0.79
Hex AF E6 DE 18 0 3 A AB 34 4F
Octal 257 346 336 30 0 3 12 253 64 117
Binary 10101111 11100110 11011110 11000 0 11 1010 10101011 110100 1001111

Color Harmonies of #AFE6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE6DE

Black with #AFE6DE

Text Example


Text Example

White with #AFE6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE6DE; }

 p { color: rgb(175,230,222); }

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

background-color css

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

 a { background-color: rgb(175,230,222); }

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

border-color css

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

 span { border-color: rgb(175,230,222); }

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