#ADCEFF

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

Shades of Pale Cornflower Blue #ADCEFF

Tints of Pale Cornflower Blue #ADCEFF

Color information

#ADCEFF (or 0xADCEFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, CE and FF. RGB value is (173,206,255). Sum of RGB (Red+Green+Blue) = 173+206+255=634 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.29% from 634); Green value is 206 (80.86% from 255 or 32.49% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADCEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCEFF is #523100. Grayscale: #C9C9C9. Windows color (decimal): -5386497 or 16764589. OLE color: 16764589.

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

Color convert

RGB173206255-
CMYK0.320.1900
HSL215.85º100%83.92%-
HSV(B)215.85º32.16%100%-
XYZ57.3560.25103.21-
YUV201.72158.07107.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.29%
GREEN value IS 206 (80.86% from 255) = 32.49%
BLUE value IS 255 (100% from 255) = 40.22%
R=27.29%
G=32.49%
B=40.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1732062550.320.1900215.8510083.92
HexADCEFF201300d86454
Octal255316377402300330144124
Binary10101101110011101111111110000010011001101100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCEFF; }

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

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

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

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

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

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

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

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