#ADCCEF

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

Shades of Pale Cornflower Blue #ADCCEF

Tints of Pale Cornflower Blue #ADCCEF

Color information

#ADCCEF (or 0xADCCEF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, CC and EF. RGB value is (173,204,239). Sum of RGB (Red+Green+Blue) = 173+204+239=616 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.08% from 616); Green value is 204 (80.08% from 255 or 33.12% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: blue. Hex color #ADCCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCCEF is #523310. Grayscale: #C6C6C6. Windows color (decimal): -5387025 or 15715501. OLE color: 15715501.

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

Color convert

RGB173204239-
CMYK0.280.1500.06
HSL211.82º67.35%80.78%-
HSV(B)211.82º27.62%93.73%-
XYZ54.4158.390.05-
YUV198.72150.73109.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.08%
GREEN value IS 204 (80.08% from 255) = 33.12%
BLUE value IS 239 (93.75% from 255) = 38.80%
R=28.08%
G=33.12%
B=38.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1732042390.280.1500.06211.8267.3580.78
HexADCCEF1CF06d44351
Octal255314357341706324103121
Binary10101101110011001110111111100111101101101010010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCCEF; }

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

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

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

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

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

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

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

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