#ABD3FE

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

Shades of Pale Cornflower Blue #ABD3FE

Tints of Pale Cornflower Blue #ABD3FE

Color information

#ABD3FE (or 0xABD3FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, D3 and FE. RGB value is (171,211,254). Sum of RGB (Red+Green+Blue) = 171+211+254=636 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.89% from 636); Green value is 211 (82.81% from 255 or 33.18% from 636); Blue value is 254 (99.61% from 255 or 39.94% from 636); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABD3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABD3FE is #542C01. Grayscale: #CBCBCB. Windows color (decimal): -5516290 or 16700331. OLE color: 16700331.

HSL color Cylindrical-coordinate representation of color #ABD3FE: hue angle of 211.08º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABD3FE is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB171211254-
CMYK0.330.1700.00
HSL211.08º97.65%83.33%-
HSV(B)211.08º32.68%99.61%-
XYZ57.9862.4102.75-
YUV203.94156.25104.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.89%
GREEN value IS 211 (82.81% from 255) = 33.18%
BLUE value IS 254 (99.61% from 255) = 39.94%
R=26.89%
G=33.18%
B=39.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1712112540.330.1700.00211.0897.6583.33
HexABD3FE211100d36253
Octal253323376412100323142123
Binary10101011110100111111111010000110001001101001111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD3FE; }

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

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

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

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

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

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

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

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