#ADDCFD

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

Shades of Columbia Blue #ADDCFD

Tints of Columbia Blue #ADDCFD

Color information

#ADDCFD (or 0xADDCFD) is unknown color: approx Columbia Blue. HEX triplet: AD, DC and FD. RGB value is (173,220,253). Sum of RGB (Red+Green+Blue) = 173+220+253=646 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.78% from 646); Green value is 220 (86.33% from 255 or 34.06% from 646); Blue value is 253 (99.22% from 255 or 39.16% from 646); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADDCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDCFD is #522302. Grayscale: #D1D1D1. Windows color (decimal): -5382915 or 16637101. OLE color: 16637101.

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

Color convert

RGB173220253-
CMYK0.320.1300.01
HSL204.75º95.24%83.53%-
HSV(B)204.75º31.62%99.22%-
XYZ60.5667.16102.7-
YUV209.71152.43101.82-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.78%
GREEN value IS 220 (86.33% from 255) = 34.06%
BLUE value IS 253 (99.22% from 255) = 39.16%
R=26.78%
G=34.06%
B=39.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1732202530.320.1300.01204.7595.2483.53
HexADDCFD20D01cd5f54
Octal255334375401501315137124
Binary1010110111011100111111011000001101011100110110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDCFD; }

 p { color: rgb(173,220,253); }

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

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

 a { background-color: rgb(173,220,253); }

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

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

 span { border-color: rgb(173,220,253); }

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