#ABD0FD

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

Shades of Pale Cornflower Blue #ABD0FD

Tints of Pale Cornflower Blue #ABD0FD

Color information

#ABD0FD (or 0xABD0FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, D0 and FD. RGB value is (171,208,253). Sum of RGB (Red+Green+Blue) = 171+208+253=632 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.06% from 632); Green value is 208 (81.64% from 255 or 32.91% from 632); Blue value is 253 (99.22% from 255 or 40.03% from 632); Max value from RGB is 253 - color contains mainly: blue. Hex color #ABD0FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABD0FD is #542F02. Grayscale: #C9C9C9. Windows color (decimal): -5517059 or 16634027. OLE color: 16634027.

HSL color Cylindrical-coordinate representation of color #ABD0FD: hue angle of 212.93º 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 #ABD0FD is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB171208253-
CMYK0.320.1800.01
HSL212.93º95.35%83.14%-
HSV(B)212.93º32.41%99.22%-
XYZ57.0860.86101.67-
YUV202.07156.74105.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.06%
GREEN value IS 208 (81.64% from 255) = 32.91%
BLUE value IS 253 (99.22% from 255) = 40.03%
R=27.06%
G=32.91%
B=40.03%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1712082530.320.1800.01212.9395.3583.14
HexABD0FD201201d55f53
Octal253320375402201325137123
Binary10101011110100001111110110000010010011101010110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD0FD; }

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

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

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

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

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

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

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

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