#ADDAFE

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

Shades of Columbia Blue #ADDAFE

Tints of Columbia Blue #ADDAFE

Color information

#ADDAFE (or 0xADDAFE) is unknown color: approx Columbia Blue. HEX triplet: AD, DA and FE. RGB value is (173,218,254). Sum of RGB (Red+Green+Blue) = 173+218+254=645 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.82% from 645); Green value is 218 (85.55% from 255 or 33.80% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADDAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDAFE is #522501. Grayscale: #D0D0D0. Windows color (decimal): -5383426 or 16702125. OLE color: 16702125.

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

Color convert

RGB173218254-
CMYK0.320.1400.00
HSL206.67º97.59%83.73%-
HSV(B)206.67º31.89%99.61%-
XYZ60.1966.18103.37-
YUV208.65153.59102.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.82%
GREEN value IS 218 (85.55% from 255) = 33.80%
BLUE value IS 254 (99.61% from 255) = 39.38%
R=26.82%
G=33.80%
B=39.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1732182540.320.1400.00206.6797.5983.73
HexADDAFE20E00cf6254
Octal255332376401600317142124
Binary1010110111011010111111101000001110001100111111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDAFE; }

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

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

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

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

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

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

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

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