#ABD0FE

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

Shades of Pale Cornflower Blue #ABD0FE

Tints of Pale Cornflower Blue #ABD0FE

Color information

#ABD0FE (or 0xABD0FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, D0 and FE. RGB value is (171,208,254). Sum of RGB (Red+Green+Blue) = 171+208+254=633 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.01% from 633); Green value is 208 (81.64% from 255 or 32.86% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABD0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABD0FE is #542F01. Grayscale: #C9C9C9. Windows color (decimal): -5517058 or 16699563. OLE color: 16699563.

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

Color convert

RGB171208254-
CMYK0.330.1800.00
HSL213.25º97.65%83.33%-
HSV(B)213.25º32.68%99.61%-
XYZ57.2460.93102.51-
YUV202.18157.24105.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.01%
GREEN value IS 208 (81.64% from 255) = 32.86%
BLUE value IS 254 (99.61% from 255) = 40.13%
R=27.01%
G=32.86%
B=40.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1712082540.330.1800.00213.2597.6583.33
HexABD0FE211200d56253
Octal253320376412200325142123
Binary10101011110100001111111010000110010001101010111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD0FE; }

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

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

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

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

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

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

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

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