#ADDAFB

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

Shades of Pale Cornflower Blue #ADDAFB

Tints of Pale Cornflower Blue #ADDAFB

Color information

#ADDAFB (or 0xADDAFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, DA and FB. RGB value is (173,218,251). Sum of RGB (Red+Green+Blue) = 173+218+251=642 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.95% from 642); Green value is 218 (85.55% from 255 or 33.96% from 642); Blue value is 251 (98.44% from 255 or 39.10% from 642); Max value from RGB is 251 - color contains mainly: blue. Hex color #ADDAFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDAFB is #522504. Grayscale: #D0D0D0. Windows color (decimal): -5383429 or 16505517. OLE color: 16505517.

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

Color convert

RGB173218251-
CMYK0.310.1300.02
HSL205.38º90.7%83.14%-
HSV(B)205.38º31.08%98.43%-
XYZ59.7265.99100.86-
YUV208.31152.09102.82-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.95%
GREEN value IS 218 (85.55% from 255) = 33.96%
BLUE value IS 251 (98.44% from 255) = 39.10%
R=26.95%
G=33.96%
B=39.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732182510.310.1300.02205.3890.783.14
HexADDAFB1FD02cd5b53
Octal255332373371502315133123
Binary1010110111011010111110111111111010101100110110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDAFB; }

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

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

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

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

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

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

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

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