#ABD3FB

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

Shades of Pale Cornflower Blue #ABD3FB

Tints of Pale Cornflower Blue #ABD3FB

Color information

#ABD3FB (or 0xABD3FB) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, D3 and FB. RGB value is (171,211,251). Sum of RGB (Red+Green+Blue) = 171+211+251=633 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.01% from 633); Green value is 211 (82.81% from 255 or 33.33% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 251 - color contains mainly: blue. Hex color #ABD3FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABD3FB is #542C04. Grayscale: #CBCBCB. Windows color (decimal): -5516293 or 16503723. OLE color: 16503723.

HSL color Cylindrical-coordinate representation of color #ABD3FB: hue angle of 210º degrees, saturation: 0.91, 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 #ABD3FB is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB171211251-
CMYK0.320.1600.02
HSL210º90.91%82.75%-
HSV(B)210º31.87%98.43%-
XYZ57.562.21100.24-
YUV203.6154.75104.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.01%
GREEN value IS 211 (82.81% from 255) = 33.33%
BLUE value IS 251 (98.44% from 255) = 39.65%
R=27.01%
G=33.33%
B=39.65%

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
Decimal1712112510.320.1600.0221090.9182.75
HexABD3FB201002d25b53
Octal253323373402002322133123
Binary101010111101001111111011100000100000101101001010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD3FB; }

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

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

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

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

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

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

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

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