#ADCDE7

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

Shades of Pale Cornflower Blue #ADCDE7

Tints of Pale Cornflower Blue #ADCDE7

Color information

#ADCDE7 (or 0xADCDE7) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, CD and E7. RGB value is (173,205,231). Sum of RGB (Red+Green+Blue) = 173+205+231=609 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.41% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 231 (90.62% from 255 or 37.93% from 609); Max value from RGB is 231 - color contains mainly: blue. Hex color #ADCDE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCDE7 is #523218. Grayscale: #C6C6C6. Windows color (decimal): -5386777 or 15191469. OLE color: 15191469.

HSL color Cylindrical-coordinate representation of color #ADCDE7: hue angle of 206.9º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADCDE7 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB173205231-
CMYK0.250.1100.09
HSL206.9º54.72%79.22%-
HSV(B)206.9º25.11%90.59%-
XYZ53.4958.3284.04-
YUV198.4146.4109.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.41%
GREEN value IS 205 (80.47% from 255) = 33.66%
BLUE value IS 231 (90.62% from 255) = 37.93%
R=28.41%
G=33.66%
B=37.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1732052310.250.1100.09206.954.7279.22
HexADCDE719B09cf374f
Octal255315347311301131767117
Binary10101101110011011110011111001101101001110011111101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCDE7; }

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

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

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

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

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

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

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

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