#ABE4FA

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

Shades of Columbia Blue #ABE4FA

Tints of Columbia Blue #ABE4FA

Color information

#ABE4FA (or 0xABE4FA) is unknown color: approx Columbia Blue. HEX triplet: AB, E4 and FA. RGB value is (171,228,250). Sum of RGB (Red+Green+Blue) = 171+228+250=649 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.35% from 649); Green value is 228 (89.45% from 255 or 35.13% from 649); Blue value is 250 (98.05% from 255 or 38.52% from 649); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABE4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE4FA is #541B05. Grayscale: #D5D5D5. Windows color (decimal): -5511942 or 16442539. OLE color: 16442539.

HSL color Cylindrical-coordinate representation of color #ABE4FA: hue angle of 196.71º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABE4FA is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB171228250-
CMYK0.320.0900.02
HSL196.71º88.76%82.55%-
HSV(B)196.71º31.6%98.04%-
XYZ61.7971.05100.9-
YUV213.46148.6297.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.35%
GREEN value IS 228 (89.45% from 255) = 35.13%
BLUE value IS 250 (98.05% from 255) = 38.52%
R=26.35%
G=35.13%
B=38.52%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1712282500.320.0900.02196.7188.7682.55
HexABE4FA20902c55953
Octal253344372401102305131123
Binary10101011111001001111101010000010010101100010110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE4FA; }

 p { color: rgb(171,228,250); }

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

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

 a { background-color: rgb(171,228,250); }

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

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

 span { border-color: rgb(171,228,250); }

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