#ABD6FF

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

Shades of Pale Cornflower Blue #ABD6FF

Tints of Pale Cornflower Blue #ABD6FF

Color information

#ABD6FF (or 0xABD6FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, D6 and FF. RGB value is (171,214,255). Sum of RGB (Red+Green+Blue) = 171+214+255=640 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.72% from 640); Green value is 214 (83.98% from 255 or 33.44% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABD6FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABD6FF is #542900. Grayscale: #CDCDCD. Windows color (decimal): -5515521 or 16766635. OLE color: 16766635.

HSL color Cylindrical-coordinate representation of color #ABD6FF: hue angle of 209.29º 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 #ABD6FF is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB171214255-
CMYK0.330.1600
HSL209.29º100%83.53%-
HSV(B)209.29º32.94%100%-
XYZ58.8963.97103.85-
YUV205.82155.75103.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.72%
GREEN value IS 214 (83.98% from 255) = 33.44%
BLUE value IS 255 (100% from 255) = 39.84%
R=26.72%
G=33.44%
B=39.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1712142550.330.1600209.2910083.53
HexABD6FF211000d16454
Octal253326377412000321144124
Binary10101011110101101111111110000110000001101000111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD6FF; }

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

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

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

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

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

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

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

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