#8FCDFB

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

Shades of Light Sky Blue #8FCDFB

Tints of Light Sky Blue #8FCDFB

Color information

#8FCDFB (or 0x8FCDFB) is unknown color: approx Light Sky Blue. HEX triplet: 8F, CD and FB. RGB value is (143,205,251). Sum of RGB (Red+Green+Blue) = 143+205+251=599 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.87% from 599); Green value is 205 (80.47% from 255 or 34.22% from 599); Blue value is 251 (98.44% from 255 or 41.90% from 599); Max value from RGB is 251 - color contains mainly: blue. Hex color #8FCDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCDFB is #703204. Grayscale: #BFBFBF. Windows color (decimal): -7352837 or 16502159. OLE color: 16502159.

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

Color convert

RGB143205251-
CMYK0.430.1800.02
HSL205.56º93.1%77.25%-
HSV(B)205.56º43.03%98.43%-
XYZ50.5756.4799.5-
YUV191.71161.4693.26-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.87%
GREEN value IS 205 (80.47% from 255) = 34.22%
BLUE value IS 251 (98.44% from 255) = 41.90%
R=23.87%
G=34.22%
B=41.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1432052510.430.1800.02205.5693.177.25
Hex8FCDFB2B1202ce5d4d
Octal217315373532202316135115
Binary100011111100110111111011101011100100101100111010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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