#8FD0FD

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

Shades of Light Sky Blue #8FD0FD

Tints of Light Sky Blue #8FD0FD

Color information

#8FD0FD (or 0x8FD0FD) is unknown color: approx Light Sky Blue. HEX triplet: 8F, D0 and FD. RGB value is (143,208,253). Sum of RGB (Red+Green+Blue) = 143+208+253=604 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.68% from 604); Green value is 208 (81.64% from 255 or 34.44% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #8FD0FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FD0FD is #702F02. Grayscale: #C1C1C1. Windows color (decimal): -7352067 or 16633999. OLE color: 16633999.

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

Color convert

RGB143208253-
CMYK0.430.1800.01
HSL204.55º96.49%77.65%-
HSV(B)204.55º43.48%99.22%-
XYZ51.6158.04101.41-
YUV193.7161.4791.84-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.68%
GREEN value IS 208 (81.64% from 255) = 34.44%
BLUE value IS 253 (99.22% from 255) = 41.89%
R=23.68%
G=34.44%
B=41.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1432082530.430.1800.01204.5596.4977.65
Hex8FD0FD2B1201cd604e
Octal217320375532201315140116
Binary10001111110100001111110110101110010011100110111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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