#ADCEF0

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

Shades of Pale Cornflower Blue #ADCEF0

Tints of Pale Cornflower Blue #ADCEF0

Color information

#ADCEF0 (or 0xADCEF0) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, CE and F0. RGB value is (173,206,240). Sum of RGB (Red+Green+Blue) = 173+206+240=619 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.95% from 619); Green value is 206 (80.86% from 255 or 33.28% from 619); Blue value is 240 (94.14% from 255 or 38.77% from 619); Max value from RGB is 240 - color contains mainly: blue. Hex color #ADCEF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCEF0 is #52310F. Grayscale: #C7C7C7. Windows color (decimal): -5386512 or 15781549. OLE color: 15781549.

HSL color Cylindrical-coordinate representation of color #ADCEF0: hue angle of 210.45º degrees, saturation: 0.69, 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 #ADCEF0 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB173206240-
CMYK0.280.1400.06
HSL210.45º69.07%80.98%-
HSV(B)210.45º27.92%94.12%-
XYZ55.0359.3290.99-
YUV200.01150.57108.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.95%
GREEN value IS 206 (80.86% from 255) = 33.28%
BLUE value IS 240 (94.14% from 255) = 38.77%
R=27.95%
G=33.28%
B=38.77%

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
Decimal1732062400.280.1400.06210.4569.0780.98
HexADCEF01CE06d24551
Octal255316360341606322105121
Binary10101101110011101111000011100111001101101001010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCEF0; }

 p { color: rgb(173,206,240); }

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

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

 a { background-color: rgb(173,206,240); }

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

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

 span { border-color: rgb(173,206,240); }

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