#8FC1FE

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

Shades of Light Sky Blue #8FC1FE

Tints of Light Sky Blue #8FC1FE

Color information

#8FC1FE (or 0x8FC1FE) is unknown color: approx Light Sky Blue. HEX triplet: 8F, C1 and FE. RGB value is (143,193,254). Sum of RGB (Red+Green+Blue) = 143+193+254=590 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.24% from 590); Green value is 193 (75.78% from 255 or 32.71% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #8FC1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FC1FE is #703E01. Grayscale: #B8B8B8. Windows color (decimal): -7355906 or 16695695. OLE color: 16695695.

HSL color Cylindrical-coordinate representation of color #8FC1FE: hue angle of 212.97º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FC1FE is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB143193254-
CMYK0.440.2400.00
HSL212.97º98.23%77.84%-
HSV(B)212.97º43.7%99.61%-
XYZ48.2951.14101.09-
YUV185166.9498.04-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.24%
GREEN value IS 193 (75.78% from 255) = 32.71%
BLUE value IS 254 (99.61% from 255) = 43.05%
R=24.24%
G=32.71%
B=43.05%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1431932540.440.2400.00212.9798.2377.84
Hex8FC1FE2C1800d5624e
Octal217301376543000325142116
Binary10001111110000011111111010110011000001101010111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,193,254); }

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

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

 a { background-color: rgb(143,193,254); }

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

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

 span { border-color: rgb(143,193,254); }

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