#ADCBFE

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

Shades of Pale Cornflower Blue #ADCBFE

Tints of Pale Cornflower Blue #ADCBFE

Color information

#ADCBFE (or 0xADCBFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, CB and FE. RGB value is (173,203,254). Sum of RGB (Red+Green+Blue) = 173+203+254=630 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.46% from 630); Green value is 203 (79.69% from 255 or 32.22% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADCBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCBFE is #523401. Grayscale: #C7C7C7. Windows color (decimal): -5387266 or 16698285. OLE color: 16698285.

HSL color Cylindrical-coordinate representation of color #ADCBFE: hue angle of 217.78º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADCBFE is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB173203254-
CMYK0.320.2000.00
HSL217.78º97.59%83.73%-
HSV(B)217.78º31.89%99.61%-
XYZ56.4858.75102.13-
YUV199.84158.56108.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.46%
GREEN value IS 203 (79.69% from 255) = 32.22%
BLUE value IS 254 (99.61% from 255) = 40.32%
R=27.46%
G=32.22%
B=40.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1732032540.320.2000.00217.7897.5983.73
HexADCBFE201400da6254
Octal255313376402400332142124
Binary10101101110010111111111010000010100001101101011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCBFE; }

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

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

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

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

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

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

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

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