#ABE3FF

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

Shades of Columbia Blue #ABE3FF

Tints of Columbia Blue #ABE3FF

Color information

#ABE3FF (or 0xABE3FF) is unknown color: approx Columbia Blue. HEX triplet: AB, E3 and FF. RGB value is (171,227,255). Sum of RGB (Red+Green+Blue) = 171+227+255=653 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.19% from 653); Green value is 227 (89.06% from 255 or 34.76% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABE3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE3FF is #541C00. Grayscale: #D5D5D5. Windows color (decimal): -5512193 or 16769963. OLE color: 16769963.

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

Color convert

RGB171227255-
CMYK0.330.1100
HSL200º100%83.53%-
HSV(B)200º32.94%100%-
XYZ62.3170.82104.99-
YUV213.45151.4597.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.19%
GREEN value IS 227 (89.06% from 255) = 34.76%
BLUE value IS 255 (100% from 255) = 39.05%
R=26.19%
G=34.76%
B=39.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1712272550.330.110020010083.53
HexABE3FF21B00c86454
Octal253343377411300310144124
Binary1010101111100011111111111000011011001100100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE3FF; }

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

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

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

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

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

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

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

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