#AFCADB

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

Shades of Spindle #AFCADB

Tints of Spindle #AFCADB

Color information

#AFCADB (or 0xAFCADB) is unknown color: approx Spindle. HEX triplet: AF, CA and DB. RGB value is (175,202,219). Sum of RGB (Red+Green+Blue) = 175+202+219=596 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.36% from 596); Green value is 202 (79.30% from 255 or 33.89% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFCADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCADB is #503524. Grayscale: #C3C3C3. Windows color (decimal): -5256485 or 14404271. OLE color: 14404271.

HSL color Cylindrical-coordinate representation of color #AFCADB: hue angle of 203.18º degrees, saturation: 0.38, 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 #AFCADB is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB175202219-
CMYK0.200.0800.14
HSL203.18º37.93%77.25%-
HSV(B)203.18º20.09%85.88%-
XYZ51.5956.4775.2-
YUV195.86141.05113.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.36%
GREEN value IS 202 (79.30% from 255) = 33.89%
BLUE value IS 219 (85.94% from 255) = 36.74%
R=29.36%
G=33.89%
B=36.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1752022190.200.0800.14203.1837.9377.25
HexAFCADB1480Ecb264d
Octal257312333241001631346115
Binary10101111110010101101101110100100001110110010111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCADB; }

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

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

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

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

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

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

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

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