#ADD3EF

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

Shades of Pale Cornflower Blue #ADD3EF

Tints of Pale Cornflower Blue #ADD3EF

Color information

#ADD3EF (or 0xADD3EF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, D3 and EF. RGB value is (173,211,239). Sum of RGB (Red+Green+Blue) = 173+211+239=623 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.77% from 623); Green value is 211 (82.81% from 255 or 33.87% from 623); Blue value is 239 (93.75% from 255 or 38.36% from 623); Max value from RGB is 239 - color contains mainly: blue. Hex color #ADD3EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD3EF is #522C10. Grayscale: #CACACA. Windows color (decimal): -5385233 or 15717293. OLE color: 15717293.

HSL color Cylindrical-coordinate representation of color #ADD3EF: hue angle of 205.45º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADD3EF is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB173211239-
CMYK0.280.1200.06
HSL205.45º67.35%80.78%-
HSV(B)205.45º27.62%93.73%-
XYZ56.1161.790.61-
YUV202.83148.41106.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.77%
GREEN value IS 211 (82.81% from 255) = 33.87%
BLUE value IS 239 (93.75% from 255) = 38.36%
R=27.77%
G=33.87%
B=38.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1732112390.280.1200.06205.4567.3580.78
HexADD3EF1CC06cd4351
Octal255323357341406315103121
Binary10101101110100111110111111100110001101100110110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD3EF; }

 p { color: rgb(173,211,239); }

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

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

 a { background-color: rgb(173,211,239); }

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

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

 span { border-color: rgb(173,211,239); }

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