#ABD5FF

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

Shades of Pale Cornflower Blue #ABD5FF

Tints of Pale Cornflower Blue #ABD5FF

Color information

#ABD5FF (or 0xABD5FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, D5 and FF. RGB value is (171,213,255). Sum of RGB (Red+Green+Blue) = 171+213+255=639 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.76% from 639); Green value is 213 (83.59% from 255 or 33.33% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABD5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABD5FF is #542A00. Grayscale: #CDCDCD. Windows color (decimal): -5515777 or 16766379. OLE color: 16766379.

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

Color convert

RGB171213255-
CMYK0.330.1600
HSL210º100%83.53%-
HSV(B)210º32.94%100%-
XYZ58.6463.47103.77-
YUV205.23156.09103.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.76%
GREEN value IS 213 (83.59% from 255) = 33.33%
BLUE value IS 255 (100% from 255) = 39.91%
R=26.76%
G=33.33%
B=39.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1712132550.330.160021010083.53
HexABD5FF211000d26454
Octal253325377412000322144124
Binary10101011110101011111111110000110000001101001011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD5FF; }

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

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

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

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

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

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

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

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