#8FD4FF

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

Shades of Light Sky Blue #8FD4FF

Tints of Light Sky Blue #8FD4FF

Color information

#8FD4FF (or 0x8FD4FF) is unknown color: approx Light Sky Blue. HEX triplet: 8F, D4 and FF. RGB value is (143,212,255). Sum of RGB (Red+Green+Blue) = 143+212+255=610 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.44% from 610); Green value is 212 (83.20% from 255 or 34.75% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FD4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FD4FF is #702B00. Grayscale: #C4C4C4. Windows color (decimal): -7351041 or 16766095. OLE color: 16766095.

HSL color Cylindrical-coordinate representation of color #8FD4FF: hue angle of 203.04º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FD4FF is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB143212255-
CMYK0.440.1700
HSL203.04º100%78.04%-
HSV(B)203.04º43.92%100%-
XYZ52.9260.15103.43-
YUV196.27161.1490-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.44%
GREEN value IS 212 (83.20% from 255) = 34.75%
BLUE value IS 255 (100% from 255) = 41.80%
R=23.44%
G=34.75%
B=41.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1432122550.440.1700203.0410078.04
Hex8FD4FF2C1100cb644e
Octal217324377542100313144116
Binary10001111110101001111111110110010001001100101111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,212,255); }

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

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

 a { background-color: rgb(143,212,255); }

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

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

 span { border-color: rgb(143,212,255); }

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