#ADCEFD

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

Shades of Pale Cornflower Blue #ADCEFD

Tints of Pale Cornflower Blue #ADCEFD

Color information

#ADCEFD (or 0xADCEFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, CE and FD. RGB value is (173,206,253). Sum of RGB (Red+Green+Blue) = 173+206+253=632 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.37% from 632); Green value is 206 (80.86% from 255 or 32.59% from 632); Blue value is 253 (99.22% from 255 or 40.03% from 632); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADCEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCEFD is #523102. Grayscale: #C9C9C9. Windows color (decimal): -5386499 or 16633517. OLE color: 16633517.

HSL color Cylindrical-coordinate representation of color #ADCEFD: hue angle of 215.25º 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 #ADCEFD is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB173206253-
CMYK0.320.1900.01
HSL215.25º95.24%83.53%-
HSV(B)215.25º31.62%99.22%-
XYZ57.0360.12101.53-
YUV201.49157.07107.68-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.37%
GREEN value IS 206 (80.86% from 255) = 32.59%
BLUE value IS 253 (99.22% from 255) = 40.03%
R=27.37%
G=32.59%
B=40.03%

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
Decimal1732062530.320.1900.01215.2595.2483.53
HexADCEFD201301d75f54
Octal255316375402301327137124
Binary10101101110011101111110110000010011011101011110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCEFD; }

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

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

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

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

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

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

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

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