#8FBCFC

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

Shades of Light Sky Blue #8FBCFC

Tints of Light Sky Blue #8FBCFC

Color information

#8FBCFC (or 0x8FBCFC) is unknown color: approx Light Sky Blue. HEX triplet: 8F, BC and FC. RGB value is (143,188,252). Sum of RGB (Red+Green+Blue) = 143+188+252=583 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.53% from 583); Green value is 188 (73.83% from 255 or 32.25% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: blue. Hex color #8FBCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBCFC is #704303. Grayscale: #B5B5B5. Windows color (decimal): -7357188 or 16563343. OLE color: 16563343.

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

Color convert

RGB143188252-
CMYK0.430.2500.01
HSL215.23º94.78%77.45%-
HSV(B)215.23º43.25%98.82%-
XYZ46.8848.8399.05-
YUV181.84167.59100.3-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.53%
GREEN value IS 188 (73.83% from 255) = 32.25%
BLUE value IS 252 (98.83% from 255) = 43.22%
R=24.53%
G=32.25%
B=43.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1431882520.430.2500.01215.2394.7877.45
Hex8FBCFC2B1901d75f4d
Octal217274374533101327137115
Binary10001111101111001111110010101111001011101011110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,188,252); }

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

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

 a { background-color: rgb(143,188,252); }

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

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

 span { border-color: rgb(143,188,252); }

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