#8FEAFA

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

Shades of Columbia Blue #8FEAFA

Tints of Columbia Blue #8FEAFA

Color information

#8FEAFA (or 0x8FEAFA) is unknown color: approx Columbia Blue. HEX triplet: 8F, EA and FA. RGB value is (143,234,250). Sum of RGB (Red+Green+Blue) = 143+234+250=627 (83% of max value = 765). Red value is 143 (56.25% from 255 or 22.81% from 627); Green value is 234 (91.80% from 255 or 37.32% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 250 - color contains mainly: blue. Hex color #8FEAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEAFA is #701505. Grayscale: #D0D0D0. Windows color (decimal): -7345414 or 16444047. OLE color: 16444047.

HSL color Cylindrical-coordinate representation of color #8FEAFA: hue angle of 188.97º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FEAFA is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB143234250-
CMYK0.430.0600.02
HSL188.97º91.45%77.06%-
HSV(B)188.97º42.8%98.04%-
XYZ58.0171.59101.2-
YUV208.62151.3581.2-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 22.81%
GREEN value IS 234 (91.80% from 255) = 37.32%
BLUE value IS 250 (98.05% from 255) = 39.87%
R=22.81%
G=37.32%
B=39.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1432342500.430.0600.02188.9791.4577.06
Hex8FEAFA2B602bd5b4d
Octal21735237253602275133115
Binary1000111111101010111110101010111100101011110110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FEAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,234,250); }

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

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

 a { background-color: rgb(143,234,250); }

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

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

 span { border-color: rgb(143,234,250); }

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