#ADCEF1

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

Shades of Pale Cornflower Blue #ADCEF1

Tints of Pale Cornflower Blue #ADCEF1

Color information

#ADCEF1 (or 0xADCEF1) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, CE and F1. RGB value is (173,206,241). Sum of RGB (Red+Green+Blue) = 173+206+241=620 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.90% from 620); Green value is 206 (80.86% from 255 or 33.23% from 620); Blue value is 241 (94.53% from 255 or 38.87% from 620); Max value from RGB is 241 - color contains mainly: blue. Hex color #ADCEF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCEF1 is #52310E. Grayscale: #C7C7C7. Windows color (decimal): -5386511 or 15847085. OLE color: 15847085.

HSL color Cylindrical-coordinate representation of color #ADCEF1: hue angle of 210.88º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADCEF1 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB173206241-
CMYK0.280.1500.05
HSL210.88º70.83%81.18%-
HSV(B)210.88º28.22%94.51%-
XYZ55.1859.3891.77-
YUV200.12151.07108.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.90%
GREEN value IS 206 (80.86% from 255) = 33.23%
BLUE value IS 241 (94.53% from 255) = 38.87%
R=27.90%
G=33.23%
B=38.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1732062410.280.1500.05210.8870.8381.18
HexADCEF11CF05d34751
Octal255316361341705323107121
Binary10101101110011101111000111100111101011101001110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCEF1; }

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

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

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

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

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

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

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

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