#ADCBFC

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

Shades of Pale Cornflower Blue #ADCBFC

Tints of Pale Cornflower Blue #ADCBFC

Color information

#ADCBFC (or 0xADCBFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, CB and FC. RGB value is (173,203,252). Sum of RGB (Red+Green+Blue) = 173+203+252=628 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.55% from 628); Green value is 203 (79.69% from 255 or 32.32% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #ADCBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCBFC is #523403. Grayscale: #C7C7C7. Windows color (decimal): -5387268 or 16567213. OLE color: 16567213.

HSL color Cylindrical-coordinate representation of color #ADCBFC: hue angle of 217.22º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADCBFC is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB173203252-
CMYK0.310.1900.01
HSL217.22º92.94%83.33%-
HSV(B)217.22º31.35%98.82%-
XYZ56.1658.62100.45-
YUV199.62157.56109.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.55%
GREEN value IS 203 (79.69% from 255) = 32.32%
BLUE value IS 252 (98.83% from 255) = 40.13%
R=27.55%
G=32.32%
B=40.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1732032520.310.1900.01217.2292.9483.33
HexADCBFC1F1301d95d53
Octal255313374372301331135123
Binary1010110111001011111111001111110011011101100110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCBFC; }

 p { color: rgb(173,203,252); }

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

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

 a { background-color: rgb(173,203,252); }

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

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

 span { border-color: rgb(173,203,252); }

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