#ADCDEF

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

Shades of Pale Cornflower Blue #ADCDEF

Tints of Pale Cornflower Blue #ADCDEF

Color information

#ADCDEF (or 0xADCDEF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, CD and EF. RGB value is (173,205,239). Sum of RGB (Red+Green+Blue) = 173+205+239=617 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.04% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 239 - color contains mainly: blue. Hex color #ADCDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCDEF is #523210. Grayscale: #C7C7C7. Windows color (decimal): -5386769 or 15715757. OLE color: 15715757.

HSL color Cylindrical-coordinate representation of color #ADCDEF: hue angle of 210.91º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADCDEF is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB173205239-
CMYK0.280.1400.06
HSL210.91º67.35%80.78%-
HSV(B)210.91º27.62%93.73%-
XYZ54.6458.7890.13-
YUV199.31150.4109.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.04%
GREEN value IS 205 (80.47% from 255) = 33.23%
BLUE value IS 239 (93.75% from 255) = 38.74%
R=28.04%
G=33.23%
B=38.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1732052390.280.1400.06210.9167.3580.78
HexADCDEF1CE06d34351
Octal255315357341606323103121
Binary10101101110011011110111111100111001101101001110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCDEF; }

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

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

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

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

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

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

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

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