#ADCEF5

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

Shades of Pale Cornflower Blue #ADCEF5

Tints of Pale Cornflower Blue #ADCEF5

Color information

#ADCEF5 (or 0xADCEF5) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, CE and F5. RGB value is (173,206,245). Sum of RGB (Red+Green+Blue) = 173+206+245=624 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.72% from 624); Green value is 206 (80.86% from 255 or 33.01% from 624); Blue value is 245 (96.09% from 255 or 39.26% from 624); Max value from RGB is 245 - color contains mainly: blue. Hex color #ADCEF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCEF5 is #52310A. Grayscale: #C8C8C8. Windows color (decimal): -5386507 or 16109229. OLE color: 16109229.

HSL color Cylindrical-coordinate representation of color #ADCEF5: hue angle of 212.5º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADCEF5 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB173206245-
CMYK0.290.1600.04
HSL212.5º78.26%81.96%-
HSV(B)212.5º29.39%96.08%-
XYZ55.7959.6294.95-
YUV200.58153.07108.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.72%
GREEN value IS 206 (80.86% from 255) = 33.01%
BLUE value IS 245 (96.09% from 255) = 39.26%
R=27.72%
G=33.01%
B=39.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1732062450.290.1600.04212.578.2681.96
HexADCEF51D1004d44e52
Octal255316365352004324116122
Binary101011011100111011110101111011000001001101010010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCEF5; }

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

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

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

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

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

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

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

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