#ADCBF7

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

Shades of Pale Cornflower Blue #ADCBF7

Tints of Pale Cornflower Blue #ADCBF7

Color information

#ADCBF7 (or 0xADCBF7) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, CB and F7. RGB value is (173,203,247). Sum of RGB (Red+Green+Blue) = 173+203+247=623 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.77% from 623); Green value is 203 (79.69% from 255 or 32.58% from 623); Blue value is 247 (96.88% from 255 or 39.65% from 623); Max value from RGB is 247 - color contains mainly: blue. Hex color #ADCBF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCBF7 is #523408. Grayscale: #C6C6C6. Windows color (decimal): -5387273 or 16239533. OLE color: 16239533.

HSL color Cylindrical-coordinate representation of color #ADCBF7: hue angle of 215.68º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADCBF7 is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB173203247-
CMYK0.300.1800.03
HSL215.68º82.22%82.35%-
HSV(B)215.68º29.96%96.86%-
XYZ55.3858.3196.33-
YUV199.05155.06109.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.77%
GREEN value IS 203 (79.69% from 255) = 32.58%
BLUE value IS 247 (96.88% from 255) = 39.65%
R=27.77%
G=32.58%
B=39.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1732032470.300.1800.03215.6882.2282.35
HexADCBF71E1203d85252
Octal255313367362203330122122
Binary10101101110010111111011111110100100111101100010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCBF7; }

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

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

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

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

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

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

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

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