#8FC2FD

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

Shades of Light Sky Blue #8FC2FD

Tints of Light Sky Blue #8FC2FD

Color information

#8FC2FD (or 0x8FC2FD) is unknown color: approx Light Sky Blue. HEX triplet: 8F, C2 and FD. RGB value is (143,194,253). Sum of RGB (Red+Green+Blue) = 143+194+253=590 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.24% from 590); Green value is 194 (76.17% from 255 or 32.88% from 590); Blue value is 253 (99.22% from 255 or 42.88% from 590); Max value from RGB is 253 - color contains mainly: blue. Hex color #8FC2FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FC2FD is #703D02. Grayscale: #B9B9B9. Windows color (decimal): -7355651 or 16630415. OLE color: 16630415.

HSL color Cylindrical-coordinate representation of color #8FC2FD: hue angle of 212.18º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FC2FD is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB143194253-
CMYK0.430.2300.01
HSL212.18º96.49%77.65%-
HSV(B)212.18º43.48%99.22%-
XYZ48.3551.52100.32-
YUV185.48166.197.7-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.24%
GREEN value IS 194 (76.17% from 255) = 32.88%
BLUE value IS 253 (99.22% from 255) = 42.88%
R=24.24%
G=32.88%
B=42.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1431942530.430.2300.01212.1896.4977.65
Hex8FC2FD2B1701d4604e
Octal217302375532701324140116
Binary10001111110000101111110110101110111011101010011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,194,253); }

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

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

 a { background-color: rgb(143,194,253); }

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

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

 span { border-color: rgb(143,194,253); }

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