#AFDADA

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

Shades of Powder Blue #AFDADA

Tints of Powder Blue #AFDADA

Color information

#AFDADA (or 0xAFDADA) is unknown color: approx Powder Blue. HEX triplet: AF, DA and DA. RGB value is (175,218,218). Sum of RGB (Red+Green+Blue) = 175+218+218=611 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.64% from 611); Green value is 218 (85.55% from 255 or 35.68% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #AFDADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDADA is #502525. Grayscale: #CDCDCD. Windows color (decimal): -5252390 or 14342831. OLE color: 14342831.

HSL color Cylindrical-coordinate representation of color #AFDADA: hue angle of 180º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFDADA is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB175218218-
CMYK0.20000.15
HSL180º36.75%77.06%-
HSV(B)180º19.72%85.49%-
XYZ55.4164.3275.82-
YUV205.14135.25106.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.64%
GREEN value IS 218 (85.55% from 255) = 35.68%
BLUE value IS 218 (85.55% from 255) = 35.68%
R=28.64%
G=35.68%
B=35.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752182180.20000.1518036.7577.06
HexAFDADA1400Fb4254d
Octal25733233224001726445115
Binary10101111110110101101101010100001111101101001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDADA; }

 p { color: rgb(175,218,218); }

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

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

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

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

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

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

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