#8DCFFF

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

Shades of Light Sky Blue #8DCFFF

Tints of Light Sky Blue #8DCFFF

Color information

#8DCFFF (or 0x8DCFFF) is unknown color: approx Light Sky Blue. HEX triplet: 8D, CF and FF. RGB value is (141,207,255). Sum of RGB (Red+Green+Blue) = 141+207+255=603 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.38% from 603); Green value is 207 (81.25% from 255 or 34.33% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DCFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCFFF is #723000. Grayscale: #C0C0C0. Windows color (decimal): -7483393 or 16764813. OLE color: 16764813.

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

Color convert

RGB141207255-
CMYK0.450.1900
HSL205.26º100%77.65%-
HSV(B)205.26º44.71%100%-
XYZ51.3557.51103-
YUV192.74163.1391.1-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.38%
GREEN value IS 207 (81.25% from 255) = 34.33%
BLUE value IS 255 (100% from 255) = 42.29%
R=23.38%
G=34.33%
B=42.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1412072550.450.1900205.2610077.65
Hex8DCFFF2D1300cd644e
Octal215317377552300315144116
Binary10001101110011111111111110110110011001100110111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,207,255); }

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

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

 a { background-color: rgb(141,207,255); }

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

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

 span { border-color: rgb(141,207,255); }

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