#8DCCF4

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

Shades of Light Sky Blue #8DCCF4

Tints of Light Sky Blue #8DCCF4

Color information

#8DCCF4 (or 0x8DCCF4) is unknown color: approx Light Sky Blue. HEX triplet: 8D, CC and F4. RGB value is (141,204,244). Sum of RGB (Red+Green+Blue) = 141+204+244=589 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.94% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 244 (95.70% from 255 or 41.43% from 589); Max value from RGB is 244 - color contains mainly: blue. Hex color #8DCCF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCCF4 is #72330B. Grayscale: #BDBDBD. Windows color (decimal): -7484172 or 16043149. OLE color: 16043149.

HSL color Cylindrical-coordinate representation of color #8DCCF4: hue angle of 203.3º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DCCF4 is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB141204244-
CMYK0.420.1600.04
HSL203.3º82.4%75.49%-
HSV(B)203.3º42.21%95.69%-
XYZ48.9155.3893.7-
YUV189.72158.6393.25-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.94%
GREEN value IS 204 (80.08% from 255) = 34.63%
BLUE value IS 244 (95.70% from 255) = 41.43%
R=23.94%
G=34.63%
B=41.43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1412042440.420.1600.04203.382.475.49
Hex8DCCF42A1004cb524b
Octal215314364522004313122113
Binary1000110111001100111101001010101000001001100101110100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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