#ADCCFF

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

Shades of Pale Cornflower Blue #ADCCFF

Tints of Pale Cornflower Blue #ADCCFF

Color information

#ADCCFF (or 0xADCCFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, CC and FF. RGB value is (173,204,255). Sum of RGB (Red+Green+Blue) = 173+204+255=632 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.37% from 632); Green value is 204 (80.08% from 255 or 32.28% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADCCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCCFF is #523300. Grayscale: #C8C8C8. Windows color (decimal): -5387009 or 16764077. OLE color: 16764077.

HSL color Cylindrical-coordinate representation of color #ADCCFF: hue angle of 217.32º 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 #ADCCFF is Cyan = 0.32, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB173204255-
CMYK0.320.200
HSL217.32º100%83.92%-
HSV(B)217.32º32.16%100%-
XYZ56.8859.29103.05-
YUV200.54158.73108.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.37%
GREEN value IS 204 (80.08% from 255) = 32.28%
BLUE value IS 255 (100% from 255) = 40.35%
R=27.37%
G=32.28%
B=40.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1732042550.320.200217.3210083.92
HexADCCFF201400d96454
Octal255314377402400331144124
Binary10101101110011001111111110000010100001101100111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCCFF; }

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

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

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

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

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

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

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

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