#8ADDFF

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

Shades of Columbia Blue #8ADDFF

Tints of Columbia Blue #8ADDFF

Color information

#8ADDFF (or 0x8ADDFF) is unknown color: approx Columbia Blue. HEX triplet: 8A, DD and FF. RGB value is (138,221,255). Sum of RGB (Red+Green+Blue) = 138+221+255=614 (81% of max value = 765). Red value is 138 (54.30% from 255 or 22.48% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #8ADDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADDFF is #752200. Grayscale: #C7C7C7. Windows color (decimal): -7676417 or 16768394. OLE color: 16768394.

HSL color Cylindrical-coordinate representation of color #8ADDFF: hue angle of 197.44º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8ADDFF is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB138221255-
CMYK0.460.1300
HSL197.44º100%77.06%-
HSV(B)197.44º45.88%100%-
XYZ54.3964.34104.16-
YUV200.0615983.74-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.48%
GREEN value IS 221 (86.72% from 255) = 35.99%
BLUE value IS 255 (100% from 255) = 41.53%
R=22.48%
G=35.99%
B=41.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1382212550.460.1300197.4410077.06
Hex8ADDFF2ED00c5644d
Octal212335377561500305144115
Binary1000101011011101111111111011101101001100010111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8ADDFF; }

 p { color: rgb(138,221,255); }

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

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

 a { background-color: rgb(138,221,255); }

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

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

 span { border-color: rgb(138,221,255); }

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