#ABCDEB

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

Shades of Pale Cornflower Blue #ABCDEB

Tints of Pale Cornflower Blue #ABCDEB

Color information

#ABCDEB (or 0xABCDEB) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, CD and EB. RGB value is (171,205,235). Sum of RGB (Red+Green+Blue) = 171+205+235=611 (80% of max value = 765). Red value is 171 (67.19% from 255 or 27.99% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 235 - color contains mainly: blue. Hex color #ABCDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCDEB is #543214. Grayscale: #C6C6C6. Windows color (decimal): -5517845 or 15453611. OLE color: 15453611.

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

Color convert

RGB171205235-
CMYK0.270.1300.08
HSL208.12º61.54%79.61%-
HSV(B)208.12º27.23%92.16%-
XYZ53.6258.3287.03-
YUV198.25148.74108.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.99%
GREEN value IS 205 (80.47% from 255) = 33.55%
BLUE value IS 235 (92.19% from 255) = 38.46%
R=27.99%
G=33.55%
B=38.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1712052350.270.1300.08208.1261.5479.61
HexABCDEB1BD08d03e50
Octal253315353331501032076120
Binary10101011110011011110101111011110101000110100001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCDEB; }

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

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

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

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

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

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

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

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