#ABCBFE

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

Shades of Pale Cornflower Blue #ABCBFE

Tints of Pale Cornflower Blue #ABCBFE

Color information

#ABCBFE (or 0xABCBFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, CB and FE. RGB value is (171,203,254). Sum of RGB (Red+Green+Blue) = 171+203+254=628 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.23% from 628); Green value is 203 (79.69% from 255 or 32.32% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABCBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCBFE is #543401. Grayscale: #C7C7C7. Windows color (decimal): -5518338 or 16698283. OLE color: 16698283.

HSL color Cylindrical-coordinate representation of color #ABCBFE: hue angle of 216.87º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABCBFE is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB171203254-
CMYK0.330.2000.00
HSL216.87º97.65%83.33%-
HSV(B)216.87º32.68%99.61%-
XYZ56.0458.53102.11-
YUV199.25158.9107.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.23%
GREEN value IS 203 (79.69% from 255) = 32.32%
BLUE value IS 254 (99.61% from 255) = 40.45%
R=27.23%
G=32.32%
B=40.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1712032540.330.2000.00216.8797.6583.33
HexABCBFE211400d96253
Octal253313376412400331142123
Binary10101011110010111111111010000110100001101100111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCBFE; }

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

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

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

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

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

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

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

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