#ABCDEA

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

Shades of Pale Cornflower Blue #ABCDEA

Tints of Pale Cornflower Blue #ABCDEA

Color information

#ABCDEA (or 0xABCDEA) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, CD and EA. RGB value is (171,205,234). Sum of RGB (Red+Green+Blue) = 171+205+234=610 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.03% from 610); Green value is 205 (80.47% from 255 or 33.61% from 610); Blue value is 234 (91.80% from 255 or 38.36% from 610); Max value from RGB is 234 - color contains mainly: blue. Hex color #ABCDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCDEA is #543215. Grayscale: #C5C5C5. Windows color (decimal): -5517846 or 15388075. OLE color: 15388075.

HSL color Cylindrical-coordinate representation of color #ABCDEA: hue angle of 207.62º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABCDEA is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB171205234-
CMYK0.270.1200.08
HSL207.62º60%79.41%-
HSV(B)207.62º26.92%91.76%-
XYZ53.4858.2686.27-
YUV198.14148.24108.64-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.03%
GREEN value IS 205 (80.47% from 255) = 33.61%
BLUE value IS 234 (91.80% from 255) = 38.36%
R=28.03%
G=33.61%
B=38.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1712052340.270.1200.08207.626079.41
HexABCDEA1BC08d03c4f
Octal253315352331401032074117
Binary10101011110011011110101011011110001000110100001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCDEA; }

 p { color: rgb(171,205,234); }

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

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

 a { background-color: rgb(171,205,234); }

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

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

 span { border-color: rgb(171,205,234); }

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