#ABCEFF

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

Shades of Pale Cornflower Blue #ABCEFF

Tints of Pale Cornflower Blue #ABCEFF

Color information

#ABCEFF (or 0xABCEFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, CE and FF. RGB value is (171,206,255). Sum of RGB (Red+Green+Blue) = 171+206+255=632 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.06% from 632); Green value is 206 (80.86% from 255 or 32.59% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABCEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCEFF is #543100. Grayscale: #C8C8C8. Windows color (decimal): -5517569 or 16764587. OLE color: 16764587.

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

Color convert

RGB171206255-
CMYK0.330.1900
HSL215º100%83.53%-
HSV(B)215º32.94%100%-
XYZ56.9260.02103.19-
YUV201.12158.4106.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.06%
GREEN value IS 206 (80.86% from 255) = 32.59%
BLUE value IS 255 (100% from 255) = 40.35%
R=27.06%
G=32.59%
B=40.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1712062550.330.190021510083.53
HexABCEFF211300d76454
Octal253316377412300327144124
Binary10101011110011101111111110000110011001101011111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCEFF; }

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

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

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

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

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

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

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

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