#8FE1F4

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

Shades of Columbia Blue #8FE1F4

Tints of Columbia Blue #8FE1F4

Color information

#8FE1F4 (or 0x8FE1F4) is unknown color: approx Columbia Blue. HEX triplet: 8F, E1 and F4. RGB value is (143,225,244). Sum of RGB (Red+Green+Blue) = 143+225+244=612 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.37% from 612); Green value is 225 (88.28% from 255 or 36.76% from 612); Blue value is 244 (95.70% from 255 or 39.87% from 612); Max value from RGB is 244 - color contains mainly: blue. Hex color #8FE1F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FE1F4 is #701E0B. Grayscale: #CACACA. Windows color (decimal): -7347724 or 16048527. OLE color: 16048527.

HSL color Cylindrical-coordinate representation of color #8FE1F4: hue angle of 191.29º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FE1F4 is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB143225244-
CMYK0.410.0800.04
HSL191.29º82.11%75.88%-
HSV(B)191.29º41.39%95.69%-
XYZ54.5866.2295.49-
YUV202.65151.3385.46-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.37%
GREEN value IS 225 (88.28% from 255) = 36.76%
BLUE value IS 244 (95.70% from 255) = 39.87%
R=23.37%
G=36.76%
B=39.87%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1432252440.410.0800.04191.2982.1175.88
Hex8FE1F429804bf524c
Octal217341364511004277122114
Binary100011111110000111110100101001100001001011111110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FE1F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,225,244); }

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

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

 a { background-color: rgb(143,225,244); }

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

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

 span { border-color: rgb(143,225,244); }

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