#ADCDFD

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

Shades of Pale Cornflower Blue #ADCDFD

Tints of Pale Cornflower Blue #ADCDFD

Color information

#ADCDFD (or 0xADCDFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, CD and FD. RGB value is (173,205,253). Sum of RGB (Red+Green+Blue) = 173+205+253=631 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.42% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADCDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCDFD is #523202. Grayscale: #C8C8C8. Windows color (decimal): -5386755 or 16633261. OLE color: 16633261.

HSL color Cylindrical-coordinate representation of color #ADCDFD: hue angle of 216º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADCDFD is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB173205253-
CMYK0.320.1900.01
HSL216º95.24%83.53%-
HSV(B)216º31.62%99.22%-
XYZ56.7959.64101.45-
YUV200.9157.4108.1-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.42%
GREEN value IS 205 (80.47% from 255) = 32.49%
BLUE value IS 253 (99.22% from 255) = 40.10%
R=27.42%
G=32.49%
B=40.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1732052530.320.1900.0121695.2483.53
HexADCDFD201301d85f54
Octal255315375402301330137124
Binary10101101110011011111110110000010011011101100010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCDFD; }

 p { color: rgb(173,205,253); }

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

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

 a { background-color: rgb(173,205,253); }

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

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

 span { border-color: rgb(173,205,253); }

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