#ADE8FF

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

Shades of Columbia Blue #ADE8FF

Tints of Columbia Blue #ADE8FF

Color information

#ADE8FF (or 0xADE8FF) is unknown color: approx Columbia Blue. HEX triplet: AD, E8 and FF. RGB value is (173,232,255). Sum of RGB (Red+Green+Blue) = 173+232+255=660 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.21% from 660); Green value is 232 (91.02% from 255 or 35.15% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADE8FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADE8FF is #521700. Grayscale: #D8D8D8. Windows color (decimal): -5379841 or 16771245. OLE color: 16771245.

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

Color convert

RGB173232255-
CMYK0.320.0900
HSL196.83º100%83.92%-
HSV(B)196.83º32.16%100%-
XYZ64.1473.82105.48-
YUV216.98149.4596.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.21%
GREEN value IS 232 (91.02% from 255) = 35.15%
BLUE value IS 255 (100% from 255) = 38.64%
R=26.21%
G=35.15%
B=38.64%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1732322550.320.0900196.8310083.92
HexADE8FF20900c56454
Octal255350377401100305144124
Binary1010110111101000111111111000001001001100010111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE8FF; }

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

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

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

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

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

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

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

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