#8DC9FD

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

Shades of Light Sky Blue #8DC9FD

Tints of Light Sky Blue #8DC9FD

Color information

#8DC9FD (or 0x8DC9FD) is unknown color: approx Light Sky Blue. HEX triplet: 8D, C9 and FD. RGB value is (141,201,253). Sum of RGB (Red+Green+Blue) = 141+201+253=595 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.70% from 595); Green value is 201 (78.91% from 255 or 33.78% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #8DC9FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DC9FD is #723602. Grayscale: #BCBCBC. Windows color (decimal): -7484931 or 16632205. OLE color: 16632205.

HSL color Cylindrical-coordinate representation of color #8DC9FD: hue angle of 207.86º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DC9FD is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB141201253-
CMYK0.440.2100.01
HSL207.86º96.55%77.25%-
HSV(B)207.86º44.27%99.22%-
XYZ49.654.53100.84-
YUV188.99164.1293.77-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.70%
GREEN value IS 201 (78.91% from 255) = 33.78%
BLUE value IS 253 (99.22% from 255) = 42.52%
R=23.70%
G=33.78%
B=42.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1412012530.440.2100.01207.8696.5577.25
Hex8DC9FD2C1501d0614d
Octal215311375542501320141115
Binary10001101110010011111110110110010101011101000011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,201,253); }

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

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

 a { background-color: rgb(141,201,253); }

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

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

 span { border-color: rgb(141,201,253); }

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