Html Css Color HEX #AFE3DF Ice Cold

📋 copy color: '#AFE3DF'

red 175 ◦ green 227 ◦ blue 223

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

Shades of Ice Cold #AFE3DF

Tints of Ice Cold #AFE3DF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.32%

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

R = 28%
G = 36.32%
B = 35.68%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#AFE3DF (or 0xAFE3DF) is known color: Ice Cold. HEX triplet: AF, E3 and DF. RGB value is (175,227,223). Sum of RGB (Red+Green+Blue) = 175+227+223=625 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28% from 625); Green value is 227 (89.06% from 255 or 36.32% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE3DF is #501C20. Grayscale: #D2D2D2. Windows color (decimal): -5250081 or 14672815. OLE color: 14672815.

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

Color convert

RGB 175 227 223 -
CMYK 0.23 0 0.02 0.11
HSL 175.38º 0.48% 0.79% -
HSV(B) 175.38º 0.23% 0.89% -
XYZ 58.47 69.38 80.12 -
YUV 211 134.77 102.33 -
System Red Green Blue C M Y K H S L
Decimal 175 227 223 0.23 0 0.02 0.11 175.38 0.48 0.79
Hex AF E3 DF 17 0 2 B AF 30 4F
Octal 257 343 337 27 0 2 13 257 60 117
Binary 10101111 11100011 11011111 10111 0 10 1011 10101111 110000 1001111

Color Harmonies of #AFE3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE3DF

Black with #AFE3DF

Text Example


Text Example

White with #AFE3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE3DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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