#8FE5FB

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

Shades of Columbia Blue #8FE5FB

Tints of Columbia Blue #8FE5FB

Color information

#8FE5FB (or 0x8FE5FB) is unknown color: approx Columbia Blue. HEX triplet: 8F, E5 and FB. RGB value is (143,229,251). Sum of RGB (Red+Green+Blue) = 143+229+251=623 (82% of max value = 765). Red value is 143 (56.25% from 255 or 22.95% from 623); Green value is 229 (89.84% from 255 or 36.76% from 623); Blue value is 251 (98.44% from 255 or 40.29% from 623); Max value from RGB is 251 - color contains mainly: blue. Hex color #8FE5FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FE5FB is #701A04. Grayscale: #CDCDCD. Windows color (decimal): -7346693 or 16508303. OLE color: 16508303.

HSL color Cylindrical-coordinate representation of color #8FE5FB: hue angle of 192.22º degrees, saturation: 0.93, 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 #8FE5FB is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB143229251-
CMYK0.430.0900.02
HSL192.22º93.1%77.25%-
HSV(B)192.22º43.03%98.43%-
XYZ56.7668.84101.56-
YUV205.79153.5183.21-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 22.95%
GREEN value IS 229 (89.84% from 255) = 36.76%
BLUE value IS 251 (98.44% from 255) = 40.29%
R=22.95%
G=36.76%
B=40.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1432292510.430.0900.02192.2293.177.25
Hex8FE5FB2B902c05d4d
Octal217345373531102300135115
Binary10001111111001011111101110101110010101100000010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FE5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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