#8FE5F7

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

Shades of Columbia Blue #8FE5F7

Tints of Columbia Blue #8FE5F7

Color information

#8FE5F7 (or 0x8FE5F7) is unknown color: approx Columbia Blue. HEX triplet: 8F, E5 and F7. RGB value is (143,229,247). Sum of RGB (Red+Green+Blue) = 143+229+247=619 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.10% from 619); Green value is 229 (89.84% from 255 or 37.00% from 619); Blue value is 247 (96.88% from 255 or 39.90% from 619); Max value from RGB is 247 - color contains mainly: blue. Hex color #8FE5F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FE5F7 is #701A08. Grayscale: #CDCDCD. Windows color (decimal): -7346697 or 16246159. OLE color: 16246159.

HSL color Cylindrical-coordinate representation of color #8FE5F7: hue angle of 190.38º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FE5F7 is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB143229247-
CMYK0.420.0700.03
HSL190.38º86.67%76.47%-
HSV(B)190.38º42.11%96.86%-
XYZ56.1468.5998.28-
YUV205.34151.5183.54-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.10%
GREEN value IS 229 (89.84% from 255) = 37.00%
BLUE value IS 247 (96.88% from 255) = 39.90%
R=23.10%
G=37.00%
B=39.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1432292470.420.0700.03190.3886.6776.47
Hex8FE5F72A703be574c
Octal21734536752703276127114
Binary1000111111100101111101111010101110111011111010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FE5F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,229,247); }

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

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

 a { background-color: rgb(143,229,247); }

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

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

 span { border-color: rgb(143,229,247); }

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