#ADDFF8

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

Shades of Columbia Blue #ADDFF8

Tints of Columbia Blue #ADDFF8

Color information

#ADDFF8 (or 0xADDFF8) is unknown color: approx Columbia Blue. HEX triplet: AD, DF and F8. RGB value is (173,223,248). Sum of RGB (Red+Green+Blue) = 173+223+248=644 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.86% from 644); Green value is 223 (87.5% from 255 or 34.63% from 644); Blue value is 248 (97.27% from 255 or 38.51% from 644); Max value from RGB is 248 - color contains mainly: blue. Hex color #ADDFF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDFF8 is #522007. Grayscale: #D2D2D2. Windows color (decimal): -5382152 or 16310189. OLE color: 16310189.

HSL color Cylindrical-coordinate representation of color #ADDFF8: hue angle of 200º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADDFF8 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB173223248-
CMYK0.300.1000.03
HSL200º84.27%82.55%-
HSV(B)200º30.24%97.25%-
XYZ60.5668.4498.82-
YUV210.9148.94100.97-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.86%
GREEN value IS 223 (87.5% from 255) = 34.63%
BLUE value IS 248 (97.27% from 255) = 38.51%
R=26.86%
G=34.63%
B=38.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1732232480.300.1000.0320084.2782.55
HexADDFF81EA03c85453
Octal255337370361203310124123
Binary1010110111011111111110001111010100111100100010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDFF8; }

 p { color: rgb(173,223,248); }

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

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

 a { background-color: rgb(173,223,248); }

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

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

 span { border-color: rgb(173,223,248); }

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