#ADCDFF

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

Shades of Pale Cornflower Blue #ADCDFF

Tints of Pale Cornflower Blue #ADCDFF

Color information

#ADCDFF (or 0xADCDFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, CD and FF. RGB value is (173,205,255). Sum of RGB (Red+Green+Blue) = 173+205+255=633 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.33% from 633); Green value is 205 (80.47% from 255 or 32.39% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADCDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCDFF is #523200. Grayscale: #C8C8C8. Windows color (decimal): -5386753 or 16764333. OLE color: 16764333.

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

Color convert

RGB173205255-
CMYK0.320.2000
HSL216.59º100%83.92%-
HSV(B)216.59º32.16%100%-
XYZ57.1159.77103.13-
YUV201.13158.4107.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.33%
GREEN value IS 205 (80.47% from 255) = 32.39%
BLUE value IS 255 (100% from 255) = 40.28%
R=27.33%
G=32.39%
B=40.28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1732052550.320.2000216.5910083.92
HexADCDFF201400d96454
Octal255315377402400331144124
Binary10101101110011011111111110000010100001101100111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCDFF; }

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

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

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

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

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

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

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

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