#ADCDFB

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

Shades of Pale Cornflower Blue #ADCDFB

Tints of Pale Cornflower Blue #ADCDFB

Color information

#ADCDFB (or 0xADCDFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, CD and FB. RGB value is (173,205,251). Sum of RGB (Red+Green+Blue) = 173+205+251=629 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.50% from 629); Green value is 205 (80.47% from 255 or 32.59% from 629); Blue value is 251 (98.44% from 255 or 39.90% from 629); Max value from RGB is 251 - color contains mainly: blue. Hex color #ADCDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCDFB is #523204. Grayscale: #C8C8C8. Windows color (decimal): -5386757 or 16502189. OLE color: 16502189.

HSL color Cylindrical-coordinate representation of color #ADCDFB: hue angle of 215.38º 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 #ADCDFB is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB173205251-
CMYK0.310.1800.02
HSL215.38º90.7%83.14%-
HSV(B)215.38º31.08%98.43%-
XYZ56.4859.5199.78-
YUV200.68156.4108.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.50%
GREEN value IS 205 (80.47% from 255) = 32.59%
BLUE value IS 251 (98.44% from 255) = 39.90%
R=27.50%
G=32.59%
B=39.90%

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
Decimal1732052510.310.1800.02215.3890.783.14
HexADCDFB1F1202d75b53
Octal255315373372202327133123
Binary10101101110011011111101111111100100101101011110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCDFB; }

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

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

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

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

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

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

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

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