Html Css Color HEX #AFE7DA Ice Cold

📋 copy color: '#AFE7DA'

red 175 ◦ green 231 ◦ blue 218

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

Shades of Ice Cold #AFE7DA

Tints of Ice Cold #AFE7DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.94%

R = 28.04%
G = 37.02%
B = 34.94%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#AFE7DA (or 0xAFE7DA) is known color: Ice Cold. HEX triplet: AF, E7 and DA. RGB value is (175,231,218). Sum of RGB (Red+Green+Blue) = 175+231+218=624 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.04% from 624); Green value is 231 (90.62% from 255 or 37.02% from 624); Blue value is 218 (85.55% from 255 or 34.94% from 624); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE7DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE7DA is #501825. Grayscale: #D4D4D4. Windows color (decimal): -5249062 or 14346159. OLE color: 14346159.

HSL color Cylindrical-coordinate representation of color #AFE7DA: hue angle of 166.07º 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 #AFE7DA is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 231 218 -
CMYK 0.24 0 0.06 0.09
HSL 166.07º 0.54% 0.8% -
HSV(B) 166.07º 0.24% 0.91% -
XYZ 58.91 71.33 76.99 -
YUV 212.77 130.95 101.06 -
System Red Green Blue C M Y K H S L
Decimal 175 231 218 0.24 0 0.06 0.09 166.07 0.54 0.8
Hex AF E7 DA 18 0 6 9 A6 36 50
Octal 257 347 332 30 0 6 11 246 66 120
Binary 10101111 11100111 11011010 11000 0 110 1001 10100110 110110 1010000

Color Harmonies of #AFE7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE7DA

Black with #AFE7DA

Text Example


Text Example

White with #AFE7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE7DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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