#ADDAFD

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

Shades of Pale Cornflower Blue #ADDAFD

Tints of Pale Cornflower Blue #ADDAFD

Color information

#ADDAFD (or 0xADDAFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, DA and FD. RGB value is (173,218,253). Sum of RGB (Red+Green+Blue) = 173+218+253=644 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.86% from 644); Green value is 218 (85.55% from 255 or 33.85% from 644); Blue value is 253 (99.22% from 255 or 39.29% from 644); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADDAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDAFD is #522502. Grayscale: #D0D0D0. Windows color (decimal): -5383427 or 16636589. OLE color: 16636589.

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

Color convert

RGB173218253-
CMYK0.320.1400.01
HSL206.25º95.24%83.53%-
HSV(B)206.25º31.62%99.22%-
XYZ60.0366.12102.53-
YUV208.54153.09102.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.86%
GREEN value IS 218 (85.55% from 255) = 33.85%
BLUE value IS 253 (99.22% from 255) = 39.29%
R=26.86%
G=33.85%
B=39.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1732182530.320.1400.01206.2595.2483.53
HexADDAFD20E01ce5f54
Octal255332375401601316137124
Binary1010110111011010111111011000001110011100111010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDAFD; }

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

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

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

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

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

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

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

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