Html Css Color HEX #AFE6DA Ice Cold

📋 copy color: '#AFE6DA'

red 175 ◦ green 230 ◦ blue 218

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

Shades of Ice Cold #AFE6DA

Tints of Ice Cold #AFE6DA

RGB

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

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

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

R = 28.09%
G = 36.92%
B = 34.99%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#AFE6DA (or 0xAFE6DA) is known color: Ice Cold. HEX triplet: AF, E6 and DA. RGB value is (175,230,218). Sum of RGB (Red+Green+Blue) = 175+230+218=623 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.09% from 623); Green value is 230 (90.23% from 255 or 36.92% from 623); Blue value is 218 (85.55% from 255 or 34.99% from 623); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE6DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE6DA is #501925. Grayscale: #D4D4D4. Windows color (decimal): -5249318 or 14345903. OLE color: 14345903.

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

Color convert

RGB 175 230 218 -
CMYK 0.24 0 0.05 0.10
HSL 166.91º 0.52% 0.79% -
HSV(B) 166.91º 0.24% 0.9% -
XYZ 58.63 70.77 76.9 -
YUV 212.19 131.28 101.48 -
System Red Green Blue C M Y K H S L
Decimal 175 230 218 0.24 0 0.05 0.10 166.91 0.52 0.79
Hex AF E6 DA 18 0 5 A A7 34 4F
Octal 257 346 332 30 0 5 12 247 64 117
Binary 10101111 11100110 11011010 11000 0 101 1010 10100111 110100 1001111

Color Harmonies of #AFE6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE6DA

Black with #AFE6DA

Text Example


Text Example

White with #AFE6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE6DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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