#ABE4FC

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

Shades of Columbia Blue #ABE4FC

Tints of Columbia Blue #ABE4FC

Color information

#ABE4FC (or 0xABE4FC) is unknown color: approx Columbia Blue. HEX triplet: AB, E4 and FC. RGB value is (171,228,252). Sum of RGB (Red+Green+Blue) = 171+228+252=651 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.27% from 651); Green value is 228 (89.45% from 255 or 35.02% from 651); Blue value is 252 (98.83% from 255 or 38.71% from 651); Max value from RGB is 252 - color contains mainly: blue. Hex color #ABE4FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE4FC is #541B03. Grayscale: #D5D5D5. Windows color (decimal): -5511940 or 16573611. OLE color: 16573611.

HSL color Cylindrical-coordinate representation of color #ABE4FC: hue angle of 197.78º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABE4FC is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB171228252-
CMYK0.320.1000.01
HSL197.78º93.1%82.94%-
HSV(B)197.78º32.14%98.82%-
XYZ62.1171.17102.56-
YUV213.69149.6297.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.27%
GREEN value IS 228 (89.45% from 255) = 35.02%
BLUE value IS 252 (98.83% from 255) = 38.71%
R=26.27%
G=35.02%
B=38.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1712282520.320.1000.01197.7893.182.94
HexABE4FC20A01c65d53
Octal253344374401201306135123
Binary1010101111100100111111001000001010011100011010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE4FC; }

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

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

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

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

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

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

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

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