#ADDAFF

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

Shades of Columbia Blue #ADDAFF

Tints of Columbia Blue #ADDAFF

Color information

#ADDAFF (or 0xADDAFF) is unknown color: approx Columbia Blue. HEX triplet: AD, DA and FF. RGB value is (173,218,255). Sum of RGB (Red+Green+Blue) = 173+218+255=646 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.78% from 646); Green value is 218 (85.55% from 255 or 33.75% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADDAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDAFF is #522500. Grayscale: #D0D0D0. Windows color (decimal): -5383425 or 16767661. OLE color: 16767661.

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

Color convert

RGB173218255-
CMYK0.320.1500
HSL207.07º100%83.92%-
HSV(B)207.07º32.16%100%-
XYZ60.3566.25104.21-
YUV208.76154.09102.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.78%
GREEN value IS 218 (85.55% from 255) = 33.75%
BLUE value IS 255 (100% from 255) = 39.47%
R=26.78%
G=33.75%
B=39.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1732182550.320.1500207.0710083.92
HexADDAFF20F00cf6454
Octal255332377401700317144124
Binary1010110111011010111111111000001111001100111111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDAFF; }

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

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

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

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

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

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

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

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