#ADE9FF

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

Shades of Columbia Blue #ADE9FF

Tints of Columbia Blue #ADE9FF

Color information

#ADE9FF (or 0xADE9FF) is unknown color: approx Columbia Blue. HEX triplet: AD, E9 and FF. RGB value is (173,233,255). Sum of RGB (Red+Green+Blue) = 173+233+255=661 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.17% from 661); Green value is 233 (91.41% from 255 or 35.25% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADE9FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADE9FF is #521600. Grayscale: #D9D9D9. Windows color (decimal): -5379585 or 16771501. OLE color: 16771501.

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

Color convert

RGB173233255-
CMYK0.320.0900
HSL196.1º100%83.92%-
HSV(B)196.1º32.16%100%-
XYZ64.4274.38105.57-
YUV217.57149.1296.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.17%
GREEN value IS 233 (91.41% from 255) = 35.25%
BLUE value IS 255 (100% from 255) = 38.58%
R=26.17%
G=35.25%
B=38.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1732332550.320.0900196.110083.92
HexADE9FF20900c46454
Octal255351377401100304144124
Binary1010110111101001111111111000001001001100010011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE9FF; }

 p { color: rgb(173,233,255); }

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

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

 a { background-color: rgb(173,233,255); }

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

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

 span { border-color: rgb(173,233,255); }

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