#ABE3FC

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

Shades of Columbia Blue #ABE3FC

Tints of Columbia Blue #ABE3FC

Color information

#ABE3FC (or 0xABE3FC) is unknown color: approx Columbia Blue. HEX triplet: AB, E3 and FC. RGB value is (171,227,252). Sum of RGB (Red+Green+Blue) = 171+227+252=650 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.31% from 650); Green value is 227 (89.06% from 255 or 34.92% from 650); Blue value is 252 (98.83% from 255 or 38.77% from 650); Max value from RGB is 252 - color contains mainly: blue. Hex color #ABE3FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE3FC is #541C03. Grayscale: #D4D4D4. Windows color (decimal): -5512196 or 16573355. OLE color: 16573355.

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

Color convert

RGB171227252-
CMYK0.320.1000.01
HSL198.52º93.1%82.94%-
HSV(B)198.52º32.14%98.82%-
XYZ61.8370.62102.47-
YUV213.11149.9597.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.31%
GREEN value IS 227 (89.06% from 255) = 34.92%
BLUE value IS 252 (98.83% from 255) = 38.77%
R=26.31%
G=34.92%
B=38.77%

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
Decimal1712272520.320.1000.01198.5293.182.94
HexABE3FC20A01c75d53
Octal253343374401201307135123
Binary1010101111100011111111001000001010011100011110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE3FC; }

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

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

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

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

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

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

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

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