#ABDDFC

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

Shades of Columbia Blue #ABDDFC

Tints of Columbia Blue #ABDDFC

Color information

#ABDDFC (or 0xABDDFC) is unknown color: approx Columbia Blue. HEX triplet: AB, DD and FC. RGB value is (171,221,252). Sum of RGB (Red+Green+Blue) = 171+221+252=644 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.55% from 644); Green value is 221 (86.72% from 255 or 34.32% from 644); Blue value is 252 (98.83% from 255 or 39.13% from 644); Max value from RGB is 252 - color contains mainly: blue. Hex color #ABDDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDDFC is #542203. Grayscale: #D1D1D1. Windows color (decimal): -5513732 or 16571819. OLE color: 16571819.

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

Color convert

RGB171221252-
CMYK0.320.1200.01
HSL202.96º93.1%82.94%-
HSV(B)202.96º32.14%98.82%-
XYZ60.2267.4101.93-
YUV209.58151.94100.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.55%
GREEN value IS 221 (86.72% from 255) = 34.32%
BLUE value IS 252 (98.83% from 255) = 39.13%
R=26.55%
G=34.32%
B=39.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1712212520.320.1200.01202.9693.182.94
HexABDDFC20C01cb5d53
Octal253335374401401313135123
Binary1010101111011101111111001000001100011100101110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDDFC; }

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

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

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

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

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

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

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

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