Html Css Color HEX #AFDCDF Powder Blue

📋 copy color: '#AFDCDF'

red 175 ◦ green 220 ◦ blue 223

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

Shades of Powder Blue #AFDCDF

Tints of Powder Blue #AFDCDF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.6%

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

R = 28.32%
G = 35.6%
B = 36.08%

CMYK

 C value IS 0.22

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AFDCDF (or 0xAFDCDF) is known color: Powder Blue. HEX triplet: AF, DC and DF. RGB value is (175,220,223). Sum of RGB (Red+Green+Blue) = 175+220+223=618 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.32% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFDCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDCDF is #502320. Grayscale: #CECECE. Windows color (decimal): -5251873 or 14671023. OLE color: 14671023.

HSL color Cylindrical-coordinate representation of color #AFDCDF: hue angle of 183.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 #AFDCDF is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 220 223 -
CMYK 0.22 0.01 0 0.13
HSL 183.75º 0.43% 0.78% -
HSV(B) 183.75º 0.22% 0.87% -
XYZ 56.59 65.63 79.5 -
YUV 206.89 137.09 105.26 -
System Red Green Blue C M Y K H S L
Decimal 175 220 223 0.22 0.01 0 0.13 183.75 0.43 0.78
Hex AF DC DF 16 1 0 D B8 2B 4E
Octal 257 334 337 26 1 0 15 270 53 116
Binary 10101111 11011100 11011111 10110 1 0 1101 10111000 101011 1001110

Color Harmonies of #AFDCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDCDF

Black with #AFDCDF

Text Example


Text Example

White with #AFDCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDCDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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