Html Css Color HEX #AFE7D6 Ice Cold

📋 copy color: '#AFE7D6'

red 175 ◦ green 231 ◦ blue 214

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

Shades of Ice Cold #AFE7D6

Tints of Ice Cold #AFE7D6

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.26%

 BLUE value IS 214 (83.98% from 255) = 34.52%

R = 28.23%
G = 37.26%
B = 34.52%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#AFE7D6 (or 0xAFE7D6) is known color: Ice Cold. HEX triplet: AF, E7 and D6. RGB value is (175,231,214). Sum of RGB (Red+Green+Blue) = 175+231+214=620 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.23% from 620); Green value is 231 (90.62% from 255 or 37.26% from 620); Blue value is 214 (83.98% from 255 or 34.52% from 620); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE7D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE7D6 is #501829. Grayscale: #D4D4D4. Windows color (decimal): -5249066 or 14084015. OLE color: 14084015.

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

Color convert

RGB 175 231 214 -
CMYK 0.24 0 0.07 0.09
HSL 161.79º 0.54% 0.8% -
HSV(B) 161.79º 0.24% 0.91% -
XYZ 58.39 71.12 74.27 -
YUV 212.32 128.95 101.38 -
System Red Green Blue C M Y K H S L
Decimal 175 231 214 0.24 0 0.07 0.09 161.79 0.54 0.8
Hex AF E7 D6 18 0 7 9 A2 36 50
Octal 257 347 326 30 0 7 11 242 66 120
Binary 10101111 11100111 11010110 11000 0 111 1001 10100010 110110 1010000

Color Harmonies of #AFE7D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE7D6

Black with #AFE7D6

Text Example


Text Example

White with #AFE7D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE7D6; }

 p { color: rgb(175,231,214); }

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

background-color css

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

 a { background-color: rgb(175,231,214); }

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

border-color css

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

 span { border-color: rgb(175,231,214); }

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