#ADCEFA

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

Shades of Pale Cornflower Blue #ADCEFA

Tints of Pale Cornflower Blue #ADCEFA

Color information

#ADCEFA (or 0xADCEFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, CE and FA. RGB value is (173,206,250). Sum of RGB (Red+Green+Blue) = 173+206+250=629 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.50% from 629); Green value is 206 (80.86% from 255 or 32.75% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #ADCEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCEFA is #523105. Grayscale: #C8C8C8. Windows color (decimal): -5386502 or 16436909. OLE color: 16436909.

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

Color convert

RGB173206250-
CMYK0.310.1800.02
HSL214.29º88.51%82.94%-
HSV(B)214.29º30.8%98.04%-
XYZ56.5659.9399.03-
YUV201.15155.57107.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.50%
GREEN value IS 206 (80.86% from 255) = 32.75%
BLUE value IS 250 (98.05% from 255) = 39.75%
R=27.50%
G=32.75%
B=39.75%

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
Decimal1732062500.310.1800.02214.2988.5182.94
HexADCEFA1F1202d65953
Octal255316372372202326131123
Binary10101101110011101111101011111100100101101011010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCEFA; }

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

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

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

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

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

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

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

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