Html Css Color HEX #AFE6DF Ice Cold

📋 copy color: '#AFE6DF'

red 175 ◦ green 230 ◦ blue 223

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

Shades of Ice Cold #AFE6DF

Tints of Ice Cold #AFE6DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.51%

R = 27.87%
G = 36.62%
B = 35.51%

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

#AFE6DF (or 0xAFE6DF) is known color: Ice Cold. HEX triplet: AF, E6 and DF. RGB value is (175,230,223). Sum of RGB (Red+Green+Blue) = 175+230+223=628 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.87% from 628); Green value is 230 (90.23% from 255 or 36.62% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE6DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE6DF is #501920. Grayscale: #D4D4D4. Windows color (decimal): -5249313 or 14673583. OLE color: 14673583.

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

Color convert

RGB 175 230 223 -
CMYK 0.24 0 0.03 0.10
HSL 172.36º 0.52% 0.79% -
HSV(B) 172.36º 0.24% 0.9% -
XYZ 59.3 71.04 80.4 -
YUV 212.76 133.78 101.07 -
System Red Green Blue C M Y K H S L
Decimal 175 230 223 0.24 0 0.03 0.10 172.36 0.52 0.79
Hex AF E6 DF 18 0 3 A AC 34 4F
Octal 257 346 337 30 0 3 12 254 64 117
Binary 10101111 11100110 11011111 11000 0 11 1010 10101100 110100 1001111

Color Harmonies of #AFE6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE6DF

Black with #AFE6DF

Text Example


Text Example

White with #AFE6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE6DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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