#ADDAFC

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

Shades of Pale Cornflower Blue #ADDAFC

Tints of Pale Cornflower Blue #ADDAFC

Color information

#ADDAFC (or 0xADDAFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, DA and FC. RGB value is (173,218,252). Sum of RGB (Red+Green+Blue) = 173+218+252=643 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.91% from 643); Green value is 218 (85.55% from 255 or 33.90% from 643); Blue value is 252 (98.83% from 255 or 39.19% from 643); Max value from RGB is 252 - color contains mainly: blue. Hex color #ADDAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDAFC is #522503. Grayscale: #D0D0D0. Windows color (decimal): -5383428 or 16571053. OLE color: 16571053.

HSL color Cylindrical-coordinate representation of color #ADDAFC: hue angle of 205.82º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADDAFC is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB173218252-
CMYK0.310.1300.01
HSL205.82º92.94%83.33%-
HSV(B)205.82º31.35%98.82%-
XYZ59.8866.06101.69-
YUV208.42152.59102.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.91%
GREEN value IS 218 (85.55% from 255) = 33.90%
BLUE value IS 252 (98.83% from 255) = 39.19%
R=26.91%
G=33.90%
B=39.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1732182520.310.1300.01205.8292.9483.33
HexADDAFC1FD01ce5d53
Octal255332374371501316135123
Binary101011011101101011111100111111101011100111010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDAFC; }

 p { color: rgb(173,218,252); }

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

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

 a { background-color: rgb(173,218,252); }

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

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

 span { border-color: rgb(173,218,252); }

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