#ADCDED

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

Shades of Pale Cornflower Blue #ADCDED

Tints of Pale Cornflower Blue #ADCDED

Color information

#ADCDED (or 0xADCDED) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, CD and ED. RGB value is (173,205,237). Sum of RGB (Red+Green+Blue) = 173+205+237=615 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.13% from 615); Green value is 205 (80.47% from 255 or 33.33% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADCDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCDED is #523212. Grayscale: #C6C6C6. Windows color (decimal): -5386771 or 15584685. OLE color: 15584685.

HSL color Cylindrical-coordinate representation of color #ADCDED: hue angle of 210º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADCDED is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB173205237-
CMYK0.270.1400.07
HSL210º64%80.39%-
HSV(B)210º27%92.94%-
XYZ54.3558.6688.58-
YUV199.08149.4109.4-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.13%
GREEN value IS 205 (80.47% from 255) = 33.33%
BLUE value IS 237 (92.97% from 255) = 38.54%
R=28.13%
G=33.33%
B=38.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732052370.270.1400.072106480.39
HexADCDED1BE07d24050
Octal255315355331607322100120
Binary10101101110011011110110111011111001111101001010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCDED; }

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

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

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

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

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

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

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

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