#ABE4FF

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

Shades of Columbia Blue #ABE4FF

Tints of Columbia Blue #ABE4FF

Color information

#ABE4FF (or 0xABE4FF) is unknown color: approx Columbia Blue. HEX triplet: AB, E4 and FF. RGB value is (171,228,255). Sum of RGB (Red+Green+Blue) = 171+228+255=654 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.15% from 654); Green value is 228 (89.45% from 255 or 34.86% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABE4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE4FF is #541B00. Grayscale: #D5D5D5. Windows color (decimal): -5511937 or 16770219. OLE color: 16770219.

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

Color convert

RGB171228255-
CMYK0.330.1100
HSL199.29º100%83.53%-
HSV(B)199.29º32.94%100%-
XYZ62.5971.36105.08-
YUV214.03151.1297.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.15%
GREEN value IS 228 (89.45% from 255) = 34.86%
BLUE value IS 255 (100% from 255) = 38.99%
R=26.15%
G=34.86%
B=38.99%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1712282550.330.1100199.2910083.53
HexABE4FF21B00c76454
Octal253344377411300307144124
Binary1010101111100100111111111000011011001100011111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE4FF; }

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

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

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

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

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

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

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

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