#ADDBFC

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

Shades of Columbia Blue #ADDBFC

Tints of Columbia Blue #ADDBFC

Color information

#ADDBFC (or 0xADDBFC) is unknown color: approx Columbia Blue. HEX triplet: AD, DB and FC. RGB value is (173,219,252). Sum of RGB (Red+Green+Blue) = 173+219+252=644 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.86% from 644); Green value is 219 (85.94% from 255 or 34.01% 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 #ADDBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDBFC is #522403. Grayscale: #D0D0D0. Windows color (decimal): -5383172 or 16571309. OLE color: 16571309.

HSL color Cylindrical-coordinate representation of color #ADDBFC: hue angle of 205.06º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADDBFC is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB173219252-
CMYK0.310.1300.01
HSL205.06º92.94%83.33%-
HSV(B)205.06º31.35%98.82%-
XYZ60.1466.58101.78-
YUV209.01152.26102.32-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.86%
GREEN value IS 219 (85.94% from 255) = 34.01%
BLUE value IS 252 (98.83% from 255) = 39.13%
R=26.86%
G=34.01%
B=39.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1732192520.310.1300.01205.0692.9483.33
HexADDBFC1FD01cd5d53
Octal255333374371501315135123
Binary101011011101101111111100111111101011100110110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDBFC; }

 p { color: rgb(173,219,252); }

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

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

 a { background-color: rgb(173,219,252); }

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

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

 span { border-color: rgb(173,219,252); }

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