#ABCAFF

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

Shades of Pale Cornflower Blue #ABCAFF

Tints of Pale Cornflower Blue #ABCAFF

Color information

#ABCAFF (or 0xABCAFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, CA and FF. RGB value is (171,202,255). Sum of RGB (Red+Green+Blue) = 171+202+255=628 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.23% from 628); Green value is 202 (79.30% from 255 or 32.17% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABCAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCAFF is #543500. Grayscale: #C6C6C6. Windows color (decimal): -5518593 or 16763563. OLE color: 16763563.

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

Color convert

RGB171202255-
CMYK0.330.2100
HSL217.86º100%83.53%-
HSV(B)217.86º32.94%100%-
XYZ55.9758.12102.88-
YUV198.77159.73108.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.23%
GREEN value IS 202 (79.30% from 255) = 32.17%
BLUE value IS 255 (100% from 255) = 40.61%
R=27.23%
G=32.17%
B=40.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1712022550.330.2100217.8610083.53
HexABCAFF211500da6454
Octal253312377412500332144124
Binary10101011110010101111111110000110101001101101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCAFF; }

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

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

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

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

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

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

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

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