#ADCBFF

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

Shades of Pale Cornflower Blue #ADCBFF

Tints of Pale Cornflower Blue #ADCBFF

Color information

#ADCBFF (or 0xADCBFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, CB and FF. RGB value is (173,203,255). Sum of RGB (Red+Green+Blue) = 173+203+255=631 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.42% from 631); Green value is 203 (79.69% from 255 or 32.17% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADCBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCBFF is #523400. Grayscale: #C7C7C7. Windows color (decimal): -5387265 or 16763821. OLE color: 16763821.

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

Color convert

RGB173203255-
CMYK0.320.2000
HSL218.05º100%83.92%-
HSV(B)218.05º32.16%100%-
XYZ56.6458.82102.98-
YUV199.96159.06108.77-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.42%
GREEN value IS 203 (79.69% from 255) = 32.17%
BLUE value IS 255 (100% from 255) = 40.41%
R=27.42%
G=32.17%
B=40.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1732032550.320.2000218.0510083.92
HexADCBFF201400da6454
Octal255313377402400332144124
Binary10101101110010111111111110000010100001101101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCBFF; }

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

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

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

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

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

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

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

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