#ADCCEB

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

Shades of Pale Cornflower Blue #ADCCEB

Tints of Pale Cornflower Blue #ADCCEB

Color information

#ADCCEB (or 0xADCCEB) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, CC and EB. RGB value is (173,204,235). Sum of RGB (Red+Green+Blue) = 173+204+235=612 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.27% from 612); Green value is 204 (80.08% from 255 or 33.33% from 612); Blue value is 235 (92.19% from 255 or 38.40% from 612); Max value from RGB is 235 - color contains mainly: blue. Hex color #ADCCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCCEB is #523314. Grayscale: #C6C6C6. Windows color (decimal): -5387029 or 15453357. OLE color: 15453357.

HSL color Cylindrical-coordinate representation of color #ADCCEB: hue angle of 210º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADCCEB is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB173204235-
CMYK0.260.1300.08
HSL210º60.78%80%-
HSV(B)210º26.38%92.16%-
XYZ53.8258.0786.97-
YUV198.26148.73109.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.27%
GREEN value IS 204 (80.08% from 255) = 33.33%
BLUE value IS 235 (92.19% from 255) = 38.40%
R=28.27%
G=33.33%
B=38.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1732042350.260.1300.0821060.7880
HexADCCEB1AD08d23d50
Octal255314353321501032275120
Binary10101101110011001110101111010110101000110100101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCCEB; }

 p { color: rgb(173,204,235); }

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

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

 a { background-color: rgb(173,204,235); }

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

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

 span { border-color: rgb(173,204,235); }

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