#ABC8FF

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

Shades of Pale Cornflower Blue #ABC8FF

Tints of Pale Cornflower Blue #ABC8FF

Color information

#ABC8FF (or 0xABC8FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, C8 and FF. RGB value is (171,200,255). Sum of RGB (Red+Green+Blue) = 171+200+255=626 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.32% from 626); Green value is 200 (78.52% from 255 or 31.95% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABC8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABC8FF is #543700. Grayscale: #C5C5C5. Windows color (decimal): -5519105 or 16763051. OLE color: 16763051.

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

Color convert

RGB171200255-
CMYK0.330.2200
HSL219.29º100%83.53%-
HSV(B)219.29º32.94%100%-
XYZ55.557.19102.72-
YUV197.6160.39109.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.32%
GREEN value IS 200 (78.52% from 255) = 31.95%
BLUE value IS 255 (100% from 255) = 40.73%
R=27.32%
G=31.95%
B=40.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1712002550.330.2200219.2910083.53
HexABC8FF211600db6454
Octal253310377412600333144124
Binary10101011110010001111111110000110110001101101111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC8FF; }

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

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

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

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

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

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

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

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