#ABE5FE

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

Shades of Columbia Blue #ABE5FE

Tints of Columbia Blue #ABE5FE

Color information

#ABE5FE (or 0xABE5FE) is unknown color: approx Columbia Blue. HEX triplet: AB, E5 and FE. RGB value is (171,229,254). Sum of RGB (Red+Green+Blue) = 171+229+254=654 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.15% from 654); Green value is 229 (89.84% from 255 or 35.02% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABE5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE5FE is #541A01. Grayscale: #D6D6D6. Windows color (decimal): -5511682 or 16704939. OLE color: 16704939.

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

Color convert

RGB171229254-
CMYK0.330.1000.00
HSL198.07º97.65%83.33%-
HSV(B)198.07º32.68%99.61%-
XYZ62.771.85104.33-
YUV214.51150.2896.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.15%
GREEN value IS 229 (89.84% from 255) = 35.02%
BLUE value IS 254 (99.61% from 255) = 38.84%
R=26.15%
G=35.02%
B=38.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1712292540.330.1000.00198.0797.6583.33
HexABE5FE21A00c66253
Octal253345376411200306142123
Binary1010101111100101111111101000011010001100011011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE5FE; }

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

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

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

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

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

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

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

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