#ADCEEF

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

Shades of Pale Cornflower Blue #ADCEEF

Tints of Pale Cornflower Blue #ADCEEF

Color information

#ADCEEF (or 0xADCEEF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, CE and EF. RGB value is (173,206,239). Sum of RGB (Red+Green+Blue) = 173+206+239=618 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.99% from 618); Green value is 206 (80.86% from 255 or 33.33% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #ADCEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCEEF is #523110. Grayscale: #C7C7C7. Windows color (decimal): -5386513 or 15716013. OLE color: 15716013.

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

Color convert

RGB173206239-
CMYK0.280.1400.06
HSL210º67.35%80.78%-
HSV(B)210º27.62%93.73%-
XYZ54.8859.2690.21-
YUV199.9150.07108.82-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.99%
GREEN value IS 206 (80.86% from 255) = 33.33%
BLUE value IS 239 (93.75% from 255) = 38.67%
R=27.99%
G=33.33%
B=38.67%

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
Decimal1732062390.280.1400.0621067.3580.78
HexADCEEF1CE06d24351
Octal255316357341606322103121
Binary10101101110011101110111111100111001101101001010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCEEF; }

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

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

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

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

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

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

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

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