#ABCEEF

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

Shades of Pale Cornflower Blue #ABCEEF

Tints of Pale Cornflower Blue #ABCEEF

Color information

#ABCEEF (or 0xABCEEF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, CE and EF. RGB value is (171,206,239). Sum of RGB (Red+Green+Blue) = 171+206+239=616 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.76% from 616); Green value is 206 (80.86% from 255 or 33.44% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: blue. Hex color #ABCEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCEEF is #543110. Grayscale: #C7C7C7. Windows color (decimal): -5517585 or 15716011. OLE color: 15716011.

HSL color Cylindrical-coordinate representation of color #ABCEEF: hue angle of 209.12º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABCEEF is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB171206239-
CMYK0.280.1400.06
HSL209.12º68%80.39%-
HSV(B)209.12º28.45%93.73%-
XYZ54.4559.0390.19-
YUV199.3150.4107.82-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.76%
GREEN value IS 206 (80.86% from 255) = 33.44%
BLUE value IS 239 (93.75% from 255) = 38.80%
R=27.76%
G=33.44%
B=38.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1712062390.280.1400.06209.126880.39
HexABCEEF1CE06d14450
Octal253316357341606321104120
Binary10101011110011101110111111100111001101101000110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCEEF; }

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

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

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

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

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

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

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

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