Html Css Color HEX #AFDCDD Powder Blue

📋 copy color: '#AFDCDD'

red 175 ◦ green 220 ◦ blue 221

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

Shades of Powder Blue #AFDCDD

Tints of Powder Blue #AFDCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.88%

R = 28.41%
G = 35.71%
B = 35.88%

CMYK

 C value IS 0.21

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AFDCDD (or 0xAFDCDD) is known color: Powder Blue. HEX triplet: AF, DC and DD. RGB value is (175,220,221). Sum of RGB (Red+Green+Blue) = 175+220+221=616 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.41% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 221 - color contains mainly: blue. Hex color #AFDCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDCDD is #502322. Grayscale: #CECECE. Windows color (decimal): -5251875 or 14539951. OLE color: 14539951.

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

Color convert

RGB 175 220 221 -
CMYK 0.21 0.00 0 0.13
HSL 181.3º 0.4% 0.78% -
HSV(B) 181.3º 0.21% 0.87% -
XYZ 56.32 65.52 78.08 -
YUV 206.66 136.09 105.42 -
System Red Green Blue C M Y K H S L
Decimal 175 220 221 0.21 0.00 0 0.13 181.3 0.4 0.78
Hex AF DC DD 15 0 0 D B5 28 4E
Octal 257 334 335 25 0 0 15 265 50 116
Binary 10101111 11011100 11011101 10101 0 0 1101 10110101 101000 1001110

Color Harmonies of #AFDCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDCDD

Black with #AFDCDD

Text Example


Text Example

White with #AFDCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDCDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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