#8ADFFA

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

Shades of Columbia Blue #8ADFFA

Tints of Columbia Blue #8ADFFA

Color information

#8ADFFA (or 0x8ADFFA) is unknown color: approx Columbia Blue. HEX triplet: 8A, DF and FA. RGB value is (138,223,250). Sum of RGB (Red+Green+Blue) = 138+223+250=611 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.59% from 611); Green value is 223 (87.5% from 255 or 36.50% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #8ADFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADFFA is #752005. Grayscale: #C8C8C8. Windows color (decimal): -7675910 or 16441226. OLE color: 16441226.

HSL color Cylindrical-coordinate representation of color #8ADFFA: hue angle of 194.46º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8ADFFA is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB138223250-
CMYK0.450.1100.02
HSL194.46º91.8%76.08%-
HSV(B)194.46º44.8%98.04%-
XYZ54.1265.08100.15-
YUV200.66155.8483.3-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.59%
GREEN value IS 223 (87.5% from 255) = 36.50%
BLUE value IS 250 (98.05% from 255) = 40.92%
R=22.59%
G=36.50%
B=40.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382232500.450.1100.02194.4691.876.08
Hex8ADFFA2DB02c25c4c
Octal212337372551302302134114
Binary10001010110111111111101010110110110101100001010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,223,250); }

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

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

 a { background-color: rgb(138,223,250); }

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

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

 span { border-color: rgb(138,223,250); }

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