#8AE0FA

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

Shades of Columbia Blue #8AE0FA

Tints of Columbia Blue #8AE0FA

Color information

#8AE0FA (or 0x8AE0FA) is unknown color: approx Columbia Blue. HEX triplet: 8A, E0 and FA. RGB value is (138,224,250). Sum of RGB (Red+Green+Blue) = 138+224+250=612 (81% of max value = 765). Red value is 138 (54.30% from 255 or 22.55% from 612); Green value is 224 (87.89% from 255 or 36.60% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #8AE0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AE0FA is #751F05. Grayscale: #C9C9C9. Windows color (decimal): -7675654 or 16441482. OLE color: 16441482.

HSL color Cylindrical-coordinate representation of color #8AE0FA: hue angle of 193.93º 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 #8AE0FA is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB138224250-
CMYK0.450.1000.02
HSL193.93º91.8%76.08%-
HSV(B)193.93º44.8%98.04%-
XYZ54.3965.62100.24-
YUV201.25155.5182.89-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.55%
GREEN value IS 224 (87.89% from 255) = 36.60%
BLUE value IS 250 (98.05% from 255) = 40.85%
R=22.55%
G=36.60%
B=40.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382242500.450.1000.02193.9391.876.08
Hex8AE0FA2DA02c25c4c
Octal212340372551202302134114
Binary10001010111000001111101010110110100101100001010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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