Html Css Color HEX #AFE2D7 Ice Cold

📋 copy color: '#AFE2D7'

red 175 ◦ green 226 ◦ blue 215

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

Shades of Ice Cold #AFE2D7

Tints of Ice Cold #AFE2D7

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.69%

 BLUE value IS 215 (84.38% from 255) = 34.9%

R = 28.41%
G = 36.69%
B = 34.9%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#AFE2D7 (or 0xAFE2D7) is known color: Ice Cold. HEX triplet: AF, E2 and D7. RGB value is (175,226,215). Sum of RGB (Red+Green+Blue) = 175+226+215=616 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.41% from 616); Green value is 226 (88.67% from 255 or 36.69% from 616); Blue value is 215 (84.38% from 255 or 34.90% from 616); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE2D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE2D7 is #501D28. Grayscale: #D1D1D1. Windows color (decimal): -5250345 or 14148271. OLE color: 14148271.

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

Color convert

RGB 175 226 215 -
CMYK 0.23 0 0.05 0.11
HSL 167.06º 0.47% 0.79% -
HSV(B) 167.06º 0.23% 0.89% -
XYZ 57.14 68.41 74.48 -
YUV 209.5 131.1 103.39 -
System Red Green Blue C M Y K H S L
Decimal 175 226 215 0.23 0 0.05 0.11 167.06 0.47 0.79
Hex AF E2 D7 17 0 5 B A7 2F 4F
Octal 257 342 327 27 0 5 13 247 57 117
Binary 10101111 11100010 11010111 10111 0 101 1011 10100111 101111 1001111

Color Harmonies of #AFE2D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE2D7

Black with #AFE2D7

Text Example


Text Example

White with #AFE2D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE2D7; }

 p { color: rgb(175,226,215); }

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

background-color css

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

 a { background-color: rgb(175,226,215); }

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

border-color css

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

 span { border-color: rgb(175,226,215); }

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