#ADCEFB

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

Shades of Pale Cornflower Blue #ADCEFB

Tints of Pale Cornflower Blue #ADCEFB

Color information

#ADCEFB (or 0xADCEFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, CE and FB. RGB value is (173,206,251). Sum of RGB (Red+Green+Blue) = 173+206+251=630 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.46% from 630); Green value is 206 (80.86% from 255 or 32.70% from 630); Blue value is 251 (98.44% from 255 or 39.84% from 630); Max value from RGB is 251 - color contains mainly: blue. Hex color #ADCEFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCEFB is #523104. Grayscale: #C9C9C9. Windows color (decimal): -5386501 or 16502445. OLE color: 16502445.

HSL color Cylindrical-coordinate representation of color #ADCEFB: hue angle of 214.62º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADCEFB is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB173206251-
CMYK0.310.1800.02
HSL214.62º90.7%83.14%-
HSV(B)214.62º31.08%98.43%-
XYZ56.7259.9999.86-
YUV201.26156.07107.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.46%
GREEN value IS 206 (80.86% from 255) = 32.70%
BLUE value IS 251 (98.44% from 255) = 39.84%
R=27.46%
G=32.70%
B=39.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732062510.310.1800.02214.6290.783.14
HexADCEFB1F1202d75b53
Octal255316373372202327133123
Binary10101101110011101111101111111100100101101011110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCEFB; }

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

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

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

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

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

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

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

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