#ABE0FE

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

Shades of Columbia Blue #ABE0FE

Tints of Columbia Blue #ABE0FE

Color information

#ABE0FE (or 0xABE0FE) is unknown color: approx Columbia Blue. HEX triplet: AB, E0 and FE. RGB value is (171,224,254). Sum of RGB (Red+Green+Blue) = 171+224+254=649 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.35% from 649); Green value is 224 (87.89% from 255 or 34.51% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABE0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE0FE is #541F01. Grayscale: #D3D3D3. Windows color (decimal): -5512962 or 16703659. OLE color: 16703659.

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

Color convert

RGB171224254-
CMYK0.330.1200.00
HSL201.69º97.65%83.33%-
HSV(B)201.69º32.68%99.61%-
XYZ61.3469.12103.88-
YUV211.57151.9499.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.35%
GREEN value IS 224 (87.89% from 255) = 34.51%
BLUE value IS 254 (99.61% from 255) = 39.14%
R=26.35%
G=34.51%
B=39.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1712242540.330.1200.00201.6997.6583.33
HexABE0FE21C00ca6253
Octal253340376411400312142123
Binary1010101111100000111111101000011100001100101011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE0FE; }

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

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

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

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

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

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

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

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