#ABDAFE

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

Shades of Columbia Blue #ABDAFE

Tints of Columbia Blue #ABDAFE

Color information

#ABDAFE (or 0xABDAFE) is unknown color: approx Columbia Blue. HEX triplet: AB, DA and FE. RGB value is (171,218,254). Sum of RGB (Red+Green+Blue) = 171+218+254=643 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.59% from 643); Green value is 218 (85.55% from 255 or 33.90% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABDAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDAFE is #542501. Grayscale: #CFCFCF. Windows color (decimal): -5514498 or 16702123. OLE color: 16702123.

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

Color convert

RGB171218254-
CMYK0.330.1400.00
HSL206.02º97.65%83.33%-
HSV(B)206.02º32.68%99.61%-
XYZ59.7665.96103.35-
YUV208.05153.93101.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.59%
GREEN value IS 218 (85.55% from 255) = 33.90%
BLUE value IS 254 (99.61% from 255) = 39.50%
R=26.59%
G=33.90%
B=39.50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1712182540.330.1400.00206.0297.6583.33
HexABDAFE21E00ce6253
Octal253332376411600316142123
Binary1010101111011010111111101000011110001100111011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDAFE; }

 p { color: rgb(171,218,254); }

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

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

 a { background-color: rgb(171,218,254); }

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

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

 span { border-color: rgb(171,218,254); }

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