#ABD4FF

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

Shades of Pale Cornflower Blue #ABD4FF

Tints of Pale Cornflower Blue #ABD4FF

Color information

#ABD4FF (or 0xABD4FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, D4 and FF. RGB value is (171,212,255). Sum of RGB (Red+Green+Blue) = 171+212+255=638 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.80% from 638); Green value is 212 (83.20% from 255 or 33.23% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABD4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABD4FF is #542B00. Grayscale: #CCCCCC. Windows color (decimal): -5516033 or 16766123. OLE color: 16766123.

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

Color convert

RGB171212255-
CMYK0.330.1700
HSL210.71º100%83.53%-
HSV(B)210.71º32.94%100%-
XYZ58.3962.96103.68-
YUV204.64156.42104-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.80%
GREEN value IS 212 (83.20% from 255) = 33.23%
BLUE value IS 255 (100% from 255) = 39.97%
R=26.80%
G=33.23%
B=39.97%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1712122550.330.1700210.7110083.53
HexABD4FF211100d36454
Octal253324377412100323144124
Binary10101011110101001111111110000110001001101001111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD4FF; }

 p { color: rgb(171,212,255); }

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

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

 a { background-color: rgb(171,212,255); }

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

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

 span { border-color: rgb(171,212,255); }

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