Html Css Color HEX #AFE4DF Ice Cold

📋 copy color: '#AFE4DF'

red 175 ◦ green 228 ◦ blue 223

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

Shades of Ice Cold #AFE4DF

Tints of Ice Cold #AFE4DF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.42%

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

R = 27.96%
G = 36.42%
B = 35.62%

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

#AFE4DF (or 0xAFE4DF) is known color: Ice Cold. HEX triplet: AF, E4 and DF. RGB value is (175,228,223). Sum of RGB (Red+Green+Blue) = 175+228+223=626 (82% of max value = 765). Red value is 175 (68.75% from 255 or 27.96% from 626); Green value is 228 (89.45% from 255 or 36.42% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE4DF is #501B20. Grayscale: #D3D3D3. Windows color (decimal): -5249825 or 14673071. OLE color: 14673071.

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

Color convert

RGB 175 228 223 -
CMYK 0.23 0 0.02 0.11
HSL 174.34º 0.5% 0.79% -
HSV(B) 174.34º 0.23% 0.89% -
XYZ 58.74 69.93 80.21 -
YUV 211.58 134.44 101.91 -
System Red Green Blue C M Y K H S L
Decimal 175 228 223 0.23 0 0.02 0.11 174.34 0.5 0.79
Hex AF E4 DF 17 0 2 B AE 32 4F
Octal 257 344 337 27 0 2 13 256 62 117
Binary 10101111 11100100 11011111 10111 0 10 1011 10101110 110010 1001111

Color Harmonies of #AFE4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE4DF

Black with #AFE4DF

Text Example


Text Example

White with #AFE4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE4DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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