#ADCDFE

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

Shades of Pale Cornflower Blue #ADCDFE

Tints of Pale Cornflower Blue #ADCDFE

Color information

#ADCDFE (or 0xADCDFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, CD and FE. RGB value is (173,205,254). Sum of RGB (Red+Green+Blue) = 173+205+254=632 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.37% from 632); Green value is 205 (80.47% from 255 or 32.44% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADCDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCDFE is #523201. Grayscale: #C8C8C8. Windows color (decimal): -5386754 or 16698797. OLE color: 16698797.

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

Color convert

RGB173205254-
CMYK0.320.1900.00
HSL216.3º97.59%83.73%-
HSV(B)216.3º31.89%99.61%-
XYZ56.9559.7102.29-
YUV201.02157.9108.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.37%
GREEN value IS 205 (80.47% from 255) = 32.44%
BLUE value IS 254 (99.61% from 255) = 40.19%
R=27.37%
G=32.44%
B=40.19%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1732052540.320.1900.00216.397.5983.73
HexADCDFE201300d86254
Octal255315376402300330142124
Binary10101101110011011111111010000010011001101100011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCDFE; }

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

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

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

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

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

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

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

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