#8BDFEE

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

Shades of Sky Blue #8BDFEE

Tints of Sky Blue #8BDFEE

Color information

#8BDFEE (or 0x8BDFEE) is unknown color: approx Sky Blue. HEX triplet: 8B, DF and EE. RGB value is (139,223,238). Sum of RGB (Red+Green+Blue) = 139+223+238=600 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.17% from 600); Green value is 223 (87.5% from 255 or 37.17% from 600); Blue value is 238 (93.36% from 255 or 39.67% from 600); Max value from RGB is 238 - color contains mainly: blue. Hex color #8BDFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BDFEE is #742011. Grayscale: #C7C7C7. Windows color (decimal): -7610386 or 15654795. OLE color: 15654795.

HSL color Cylindrical-coordinate representation of color #8BDFEE: hue angle of 189.09º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BDFEE is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB139223238-
CMYK0.420.0600.07
HSL189.09º74.44%73.92%-
HSV(B)189.09º41.6%93.33%-
XYZ52.4764.4490.56-
YUV199.59149.6784.78-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.17%
GREEN value IS 223 (87.5% from 255) = 37.17%
BLUE value IS 238 (93.36% from 255) = 39.67%
R=23.17%
G=37.17%
B=39.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1392232380.420.0600.07189.0974.4473.92
Hex8BDFEE2A607bd4a4a
Octal21333735652607275112112
Binary10001011110111111110111010101011001111011110110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,223,238); }

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

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

 a { background-color: rgb(139,223,238); }

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

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

 span { border-color: rgb(139,223,238); }

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