#8DCCF8

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

Shades of Light Sky Blue #8DCCF8

Tints of Light Sky Blue #8DCCF8

Color information

#8DCCF8 (or 0x8DCCF8) is unknown color: approx Light Sky Blue. HEX triplet: 8D, CC and F8. RGB value is (141,204,248). Sum of RGB (Red+Green+Blue) = 141+204+248=593 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.78% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 248 (97.27% from 255 or 41.82% from 593); Max value from RGB is 248 - color contains mainly: blue. Hex color #8DCCF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCCF8 is #723307. Grayscale: #BDBDBD. Windows color (decimal): -7484168 or 16305293. OLE color: 16305293.

HSL color Cylindrical-coordinate representation of color #8DCCF8: hue angle of 204.67º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DCCF8 is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB141204248-
CMYK0.430.1800.03
HSL204.67º88.43%76.27%-
HSV(B)204.67º43.15%97.25%-
XYZ49.5255.6396.93-
YUV190.18160.6392.92-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.78%
GREEN value IS 204 (80.08% from 255) = 34.40%
BLUE value IS 248 (97.27% from 255) = 41.82%
R=23.78%
G=34.40%
B=41.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1412042480.430.1800.03204.6788.4376.27
Hex8DCCF82B1203cd584c
Octal215314370532203315130114
Binary100011011100110011111000101011100100111100110110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,204,248); }

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

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

 a { background-color: rgb(141,204,248); }

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

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

 span { border-color: rgb(141,204,248); }

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