#ABD3FD

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

Shades of Pale Cornflower Blue #ABD3FD

Tints of Pale Cornflower Blue #ABD3FD

Color information

#ABD3FD (or 0xABD3FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, D3 and FD. RGB value is (171,211,253). Sum of RGB (Red+Green+Blue) = 171+211+253=635 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.93% from 635); Green value is 211 (82.81% from 255 or 33.23% from 635); Blue value is 253 (99.22% from 255 or 39.84% from 635); Max value from RGB is 253 - color contains mainly: blue. Hex color #ABD3FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABD3FD is #542C02. Grayscale: #CBCBCB. Windows color (decimal): -5516291 or 16634795. OLE color: 16634795.

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

Color convert

RGB171211253-
CMYK0.320.1700.01
HSL210.73º95.35%83.14%-
HSV(B)210.73º32.41%99.22%-
XYZ57.8262.34101.91-
YUV203.83155.75104.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.93%
GREEN value IS 211 (82.81% from 255) = 33.23%
BLUE value IS 253 (99.22% from 255) = 39.84%
R=26.93%
G=33.23%
B=39.84%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1712112530.320.1700.01210.7395.3583.14
HexABD3FD201101d35f53
Octal253323375402101323137123
Binary10101011110100111111110110000010001011101001110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD3FD; }

 p { color: rgb(171,211,253); }

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

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

 a { background-color: rgb(171,211,253); }

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

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

 span { border-color: rgb(171,211,253); }

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