#AFDBDC

Color #AFDBDC Powder Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Powder Blue #AFDBDC

Tints of Powder Blue #AFDBDC

Color information

#AFDBDC (or 0xAFDBDC) is unknown color: approx Powder Blue. HEX triplet: AF, DB and DC. RGB value is (175,219,220). Sum of RGB (Red+Green+Blue) = 175+219+220=614 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.50% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 220 - color contains mainly: blue. Hex color #AFDBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDBDC is #502423. Grayscale: #CDCDCD. Windows color (decimal): -5252132 or 14474159. OLE color: 14474159.

HSL color Cylindrical-coordinate representation of color #AFDBDC: hue angle of 181.33º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFDBDC is Cyan = 0.20, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB175219220-
CMYK0.200.0000.14
HSL181.33º39.13%77.45%-
HSV(B)181.33º20.45%86.27%-
XYZ55.9364.9477.3-
YUV205.96135.92105.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.50%
GREEN value IS 219 (85.94% from 255) = 35.67%
BLUE value IS 220 (86.33% from 255) = 35.83%
R=28.50%
G=35.67%
B=35.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1752192200.200.0000.14181.3339.1377.45
HexAFDBDC1400Eb5274d
Octal25733333424001626547115
Binary10101111110110111101110010100001110101101011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDBDC; }

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

 H1.HeaderClassName
 {
   color: #AFDBDC;
 }
 .AnyTagClassName
 {
   color: #AFDBDC;
 }
</style>
background-color css

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

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

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

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

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

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