#ADCEFE

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

Shades of Pale Cornflower Blue #ADCEFE

Tints of Pale Cornflower Blue #ADCEFE

Color information

#ADCEFE (or 0xADCEFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, CE and FE. RGB value is (173,206,254). Sum of RGB (Red+Green+Blue) = 173+206+254=633 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.33% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADCEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCEFE is #523101. Grayscale: #C9C9C9. Windows color (decimal): -5386498 or 16699053. OLE color: 16699053.

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

Color convert

RGB173206254-
CMYK0.320.1900.00
HSL215.56º97.59%83.73%-
HSV(B)215.56º31.89%99.61%-
XYZ57.1960.18102.37-
YUV201.6157.57107.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.33%
GREEN value IS 206 (80.86% from 255) = 32.54%
BLUE value IS 254 (99.61% from 255) = 40.13%
R=27.33%
G=32.54%
B=40.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1732062540.320.1900.00215.5697.5983.73
HexADCEFE201300d86254
Octal255316376402300330142124
Binary10101101110011101111111010000010011001101100011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCEFE; }

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

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

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

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

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

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

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

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