#ABD3FA

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

Shades of Pale Cornflower Blue #ABD3FA

Tints of Pale Cornflower Blue #ABD3FA

Color information

#ABD3FA (or 0xABD3FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, D3 and FA. RGB value is (171,211,250). Sum of RGB (Red+Green+Blue) = 171+211+250=632 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.06% from 632); Green value is 211 (82.81% from 255 or 33.39% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABD3FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABD3FA is #542C05. Grayscale: #CBCBCB. Windows color (decimal): -5516294 or 16438187. OLE color: 16438187.

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

Color convert

RGB171211250-
CMYK0.320.1600.02
HSL209.62º88.76%82.55%-
HSV(B)209.62º31.6%98.04%-
XYZ57.3462.1599.42-
YUV203.49154.25104.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.06%
GREEN value IS 211 (82.81% from 255) = 33.39%
BLUE value IS 250 (98.05% from 255) = 39.56%
R=27.06%
G=33.39%
B=39.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1712112500.320.1600.02209.6288.7682.55
HexABD3FA201002d25953
Octal253323372402002322131123
Binary101010111101001111111010100000100000101101001010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD3FA; }

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

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

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

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

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

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

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

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