#ABE8FE

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

Shades of Columbia Blue #ABE8FE

Tints of Columbia Blue #ABE8FE

Color information

#ABE8FE (or 0xABE8FE) is unknown color: approx Columbia Blue. HEX triplet: AB, E8 and FE. RGB value is (171,232,254). Sum of RGB (Red+Green+Blue) = 171+232+254=657 (87% of max value = 765). Red value is 171 (67.19% from 255 or 26.03% from 657); Green value is 232 (91.02% from 255 or 35.31% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABE8FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABE8FE is #541701. Grayscale: #D8D8D8. Windows color (decimal): -5510914 or 16705707. OLE color: 16705707.

HSL color Cylindrical-coordinate representation of color #ABE8FE: hue angle of 195.9º 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 #ABE8FE is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB171232254-
CMYK0.330.0900.00
HSL195.9º97.65%83.33%-
HSV(B)195.9º32.68%99.61%-
XYZ63.5473.53104.61-
YUV216.27149.2995.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.03%
GREEN value IS 232 (91.02% from 255) = 35.31%
BLUE value IS 254 (99.61% from 255) = 38.66%
R=26.03%
G=35.31%
B=38.66%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1712322540.330.0900.00195.997.6583.33
HexABE8FE21900c46253
Octal253350376411100304142123
Binary1010101111101000111111101000011001001100010011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE8FE; }

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

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

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

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

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

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

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

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