#ADCCFA

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

Shades of Pale Cornflower Blue #ADCCFA

Tints of Pale Cornflower Blue #ADCCFA

Color information

#ADCCFA (or 0xADCCFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, CC and FA. RGB value is (173,204,250). Sum of RGB (Red+Green+Blue) = 173+204+250=627 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.59% from 627); Green value is 204 (80.08% from 255 or 32.54% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 250 - color contains mainly: blue. Hex color #ADCCFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCCFA is #523305. Grayscale: #C7C7C7. Windows color (decimal): -5387014 or 16436397. OLE color: 16436397.

HSL color Cylindrical-coordinate representation of color #ADCCFA: hue angle of 215.84º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADCCFA is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB173204250-
CMYK0.310.1800.02
HSL215.84º88.51%82.94%-
HSV(B)215.84º30.8%98.04%-
XYZ56.0858.9798.87-
YUV199.98156.23108.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.59%
GREEN value IS 204 (80.08% from 255) = 32.54%
BLUE value IS 250 (98.05% from 255) = 39.87%
R=27.59%
G=32.54%
B=39.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732042500.310.1800.02215.8488.5182.94
HexADCCFA1F1202d85953
Octal255314372372202330131123
Binary10101101110011001111101011111100100101101100010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCCFA; }

 p { color: rgb(173,204,250); }

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

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

 a { background-color: rgb(173,204,250); }

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

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

 span { border-color: rgb(173,204,250); }

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