Html Css Color HEX #AFDFD2 Ice Cold

📋 copy color: '#AFDFD2'

red 175 ◦ green 223 ◦ blue 210

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

Shades of Ice Cold #AFDFD2

Tints of Ice Cold #AFDFD2

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.68%

 BLUE value IS 210 (82.42% from 255) = 34.54%

R = 28.78%
G = 36.68%
B = 34.54%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#AFDFD2 (or 0xAFDFD2) is known color: Ice Cold. HEX triplet: AF, DF and D2. RGB value is (175,223,210). Sum of RGB (Red+Green+Blue) = 175+223+210=608 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.78% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 210 (82.42% from 255 or 34.54% from 608); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDFD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDFD2 is #50202D. Grayscale: #CFCFCF. Windows color (decimal): -5251118 or 13819823. OLE color: 13819823.

HSL color Cylindrical-coordinate representation of color #AFDFD2: hue angle of 163.75º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFDFD2 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 223 210 -
CMYK 0.22 0 0.06 0.13
HSL 163.75º 0.43% 0.78% -
HSV(B) 163.75º 0.22% 0.87% -
XYZ 55.7 66.54 70.88 -
YUV 207.17 129.6 105.06 -
System Red Green Blue C M Y K H S L
Decimal 175 223 210 0.22 0 0.06 0.13 163.75 0.43 0.78
Hex AF DF D2 16 0 6 D A4 2B 4E
Octal 257 337 322 26 0 6 15 244 53 116
Binary 10101111 11011111 11010010 10110 0 110 1101 10100100 101011 1001110

Color Harmonies of #AFDFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDFD2

Black with #AFDFD2

Text Example


Text Example

White with #AFDFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDFD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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