#ABE1FF

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

Shades of Columbia Blue #ABE1FF

Tints of Columbia Blue #ABE1FF

Color information

#ABE1FF (or 0xABE1FF) is unknown color: approx Columbia Blue. HEX triplet: AB, E1 and FF. RGB value is (171,225,255). Sum of RGB (Red+Green+Blue) = 171+225+255=651 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.27% from 651); Green value is 225 (88.28% from 255 or 34.56% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABE1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE1FF is #541E00. Grayscale: #D4D4D4. Windows color (decimal): -5512705 or 16769451. OLE color: 16769451.

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

Color convert

RGB171225255-
CMYK0.330.1200
HSL201.43º100%83.53%-
HSV(B)201.43º32.94%100%-
XYZ61.7769.73104.81-
YUV212.27152.1198.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.27%
GREEN value IS 225 (88.28% from 255) = 34.56%
BLUE value IS 255 (100% from 255) = 39.17%
R=26.27%
G=34.56%
B=39.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1712252550.330.1200201.4310083.53
HexABE1FF21C00c96454
Octal253341377411400311144124
Binary1010101111100001111111111000011100001100100111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE1FF; }

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

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

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

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

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

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

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

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