#ABCBEF

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

Shades of Pale Cornflower Blue #ABCBEF

Tints of Pale Cornflower Blue #ABCBEF

Color information

#ABCBEF (or 0xABCBEF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, CB and EF. RGB value is (171,203,239). Sum of RGB (Red+Green+Blue) = 171+203+239=613 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.90% from 613); Green value is 203 (79.69% from 255 or 33.12% from 613); Blue value is 239 (93.75% from 255 or 38.99% from 613); Max value from RGB is 239 - color contains mainly: blue. Hex color #ABCBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCBEF is #543410. Grayscale: #C5C5C5. Windows color (decimal): -5518353 or 15715243. OLE color: 15715243.

HSL color Cylindrical-coordinate representation of color #ABCBEF: hue angle of 211.76º 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 #ABCBEF is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB171203239-
CMYK0.280.1500.06
HSL211.76º68%80.39%-
HSV(B)211.76º28.45%93.73%-
XYZ53.7357.689.95-
YUV197.54151.4109.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.90%
GREEN value IS 203 (79.69% from 255) = 33.12%
BLUE value IS 239 (93.75% from 255) = 38.99%
R=27.90%
G=33.12%
B=38.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1712032390.280.1500.06211.766880.39
HexABCBEF1CF06d44450
Octal253313357341706324104120
Binary10101011110010111110111111100111101101101010010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCBEF; }

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

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

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

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

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

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

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

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