#ADDEFE

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

Shades of Columbia Blue #ADDEFE

Tints of Columbia Blue #ADDEFE

Color information

#ADDEFE (or 0xADDEFE) is unknown color: approx Columbia Blue. HEX triplet: AD, DE and FE. RGB value is (173,222,254). Sum of RGB (Red+Green+Blue) = 173+222+254=649 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.66% from 649); Green value is 222 (87.11% from 255 or 34.21% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADDEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDEFE is #522101. Grayscale: #D2D2D2. Windows color (decimal): -5382402 or 16703149. OLE color: 16703149.

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

Color convert

RGB173222254-
CMYK0.320.1300.00
HSL203.7º97.59%83.73%-
HSV(B)203.7º31.89%99.61%-
XYZ61.2468.28103.72-
YUV211152.27100.9-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.66%
GREEN value IS 222 (87.11% from 255) = 34.21%
BLUE value IS 254 (99.61% from 255) = 39.14%
R=26.66%
G=34.21%
B=39.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1732222540.320.1300.00203.797.5983.73
HexADDEFE20D00cc6254
Octal255336376401500314142124
Binary1010110111011110111111101000001101001100110011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDEFE; }

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

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

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

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

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

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

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

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