#ADCDEE

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

Shades of Pale Cornflower Blue #ADCDEE

Tints of Pale Cornflower Blue #ADCDEE

Color information

#ADCDEE (or 0xADCDEE) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, CD and EE. RGB value is (173,205,238). Sum of RGB (Red+Green+Blue) = 173+205+238=616 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.08% from 616); Green value is 205 (80.47% from 255 or 33.28% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADCDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCDEE is #523211. Grayscale: #C7C7C7. Windows color (decimal): -5386770 or 15650221. OLE color: 15650221.

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

Color convert

RGB173205238-
CMYK0.270.1400.07
HSL210.46º65.66%80.59%-
HSV(B)210.46º27.31%93.33%-
XYZ54.558.7289.35-
YUV199.19149.9109.32-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.08%
GREEN value IS 205 (80.47% from 255) = 33.28%
BLUE value IS 238 (93.36% from 255) = 38.64%
R=28.08%
G=33.28%
B=38.64%

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
Decimal1732052380.270.1400.07210.4665.6680.59
HexADCDEE1BE07d24251
Octal255315356331607322102121
Binary10101101110011011110111011011111001111101001010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCDEE; }

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

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

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

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

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

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

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

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