#ABCCFF

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

Shades of Pale Cornflower Blue #ABCCFF

Tints of Pale Cornflower Blue #ABCCFF

Color information

#ABCCFF (or 0xABCCFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, CC and FF. RGB value is (171,204,255). Sum of RGB (Red+Green+Blue) = 171+204+255=630 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.14% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABCCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCCFF is #543300. Grayscale: #C7C7C7. Windows color (decimal): -5518081 or 16764075. OLE color: 16764075.

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

Color convert

RGB171204255-
CMYK0.330.200
HSL216.43º100%83.53%-
HSV(B)216.43º32.94%100%-
XYZ56.4459.06103.03-
YUV199.95159.07107.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.14%
GREEN value IS 204 (80.08% from 255) = 32.38%
BLUE value IS 255 (100% from 255) = 40.48%
R=27.14%
G=32.38%
B=40.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1712042550.330.200216.4310083.53
HexABCCFF211400d86454
Octal253314377412400330144124
Binary10101011110011001111111110000110100001101100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCCFF; }

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

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

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

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

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

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

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

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