#8FC4FD

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

Shades of Light Sky Blue #8FC4FD

Tints of Light Sky Blue #8FC4FD

Color information

#8FC4FD (or 0x8FC4FD) is unknown color: approx Light Sky Blue. HEX triplet: 8F, C4 and FD. RGB value is (143,196,253). Sum of RGB (Red+Green+Blue) = 143+196+253=592 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.16% from 592); Green value is 196 (76.95% from 255 or 33.11% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #8FC4FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FC4FD is #703B02. Grayscale: #BABABA. Windows color (decimal): -7355139 or 16630927. OLE color: 16630927.

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

Color convert

RGB143196253-
CMYK0.430.2300.01
HSL211.09º96.49%77.65%-
HSV(B)211.09º43.48%99.22%-
XYZ48.852.41100.47-
YUV186.65165.4496.87-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.16%
GREEN value IS 196 (76.95% from 255) = 33.11%
BLUE value IS 253 (99.22% from 255) = 42.74%
R=24.16%
G=33.11%
B=42.74%

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
Decimal1431962530.430.2300.01211.0996.4977.65
Hex8FC4FD2B1701d3604e
Octal217304375532701323140116
Binary10001111110001001111110110101110111011101001111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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