#ADCAF7

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

Shades of Pale Cornflower Blue #ADCAF7

Tints of Pale Cornflower Blue #ADCAF7

Color information

#ADCAF7 (or 0xADCAF7) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, CA and F7. RGB value is (173,202,247). Sum of RGB (Red+Green+Blue) = 173+202+247=622 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.81% from 622); Green value is 202 (79.30% from 255 or 32.48% from 622); Blue value is 247 (96.88% from 255 or 39.71% from 622); Max value from RGB is 247 - color contains mainly: blue. Hex color #ADCAF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCAF7 is #523508. Grayscale: #C6C6C6. Windows color (decimal): -5387529 or 16239277. OLE color: 16239277.

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

Color convert

RGB173202247-
CMYK0.300.1800.03
HSL216.49º82.22%82.35%-
HSV(B)216.49º29.96%96.86%-
XYZ55.1457.8496.25-
YUV198.46155.39109.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.81%
GREEN value IS 202 (79.30% from 255) = 32.48%
BLUE value IS 247 (96.88% from 255) = 39.71%
R=27.81%
G=32.48%
B=39.71%

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
Decimal1732022470.300.1800.03216.4982.2282.35
HexADCAF71E1203d85252
Octal255312367362203330122122
Binary10101101110010101111011111110100100111101100010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCAF7; }

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

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

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

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

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

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

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

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