#ADCCF2

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

Shades of Pale Cornflower Blue #ADCCF2

Tints of Pale Cornflower Blue #ADCCF2

Color information

#ADCCF2 (or 0xADCCF2) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, CC and F2. RGB value is (173,204,242). Sum of RGB (Red+Green+Blue) = 173+204+242=619 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.95% from 619); Green value is 204 (80.08% from 255 or 32.96% from 619); Blue value is 242 (94.92% from 255 or 39.10% from 619); Max value from RGB is 242 - color contains mainly: blue. Hex color #ADCCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCCF2 is #52330D. Grayscale: #C6C6C6. Windows color (decimal): -5387022 or 15912109. OLE color: 15912109.

HSL color Cylindrical-coordinate representation of color #ADCCF2: hue angle of 213.04º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADCCF2 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB173204242-
CMYK0.290.1600.05
HSL213.04º72.63%81.37%-
HSV(B)213.04º28.51%94.9%-
XYZ54.8558.4892.4-
YUV199.06152.23109.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.95%
GREEN value IS 204 (80.08% from 255) = 32.96%
BLUE value IS 242 (94.92% from 255) = 39.10%
R=27.95%
G=32.96%
B=39.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1732042420.290.1600.05213.0472.6381.37
HexADCCF21D1005d54951
Octal255314362352005325111121
Binary101011011100110011110010111011000001011101010110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCCF2; }

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

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

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

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

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

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

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

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