#8CDFF3

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

Shades of Sky Blue #8CDFF3

Tints of Sky Blue #8CDFF3

Color information

#8CDFF3 (or 0x8CDFF3) is unknown color: approx Sky Blue. HEX triplet: 8C, DF and F3. RGB value is (140,223,243). Sum of RGB (Red+Green+Blue) = 140+223+243=606 (80% of max value = 765). Red value is 140 (55.08% from 255 or 23.10% from 606); Green value is 223 (87.5% from 255 or 36.80% from 606); Blue value is 243 (95.31% from 255 or 40.10% from 606); Max value from RGB is 243 - color contains mainly: blue. Hex color #8CDFF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CDFF3 is #73200C. Grayscale: #C8C8C8. Windows color (decimal): -7544845 or 15982476. OLE color: 15982476.

HSL color Cylindrical-coordinate representation of color #8CDFF3: hue angle of 191.65º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CDFF3 is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB140223243-
CMYK0.420.0800.05
HSL191.65º81.1%75.1%-
HSV(B)191.65º42.39%95.29%-
XYZ53.3864.8294.49-
YUV200.4615284.87-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.10%
GREEN value IS 223 (87.5% from 255) = 36.80%
BLUE value IS 243 (95.31% from 255) = 40.10%
R=23.10%
G=36.80%
B=40.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1402232430.420.0800.05191.6581.175.1
Hex8CDFF32A805c0514b
Octal214337363521005300121113
Binary100011001101111111110011101010100001011100000010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,223,243); }

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

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

 a { background-color: rgb(140,223,243); }

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

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

 span { border-color: rgb(140,223,243); }

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