#08BEEE

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

Shades of Deep Sky Blue #08BEEE

Tints of Deep Sky Blue #08BEEE

Color information

#08BEEE (or 0x08BEEE) is unknown color: approx Deep Sky Blue. HEX triplet: 08, BE and EE. RGB value is (8,190,238). Sum of RGB (Red+Green+Blue) = 8+190+238=436 (57% of max value = 765). Red value is 8 (3.52% from 255 or 1.83% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 238 (93.36% from 255 or 54.59% from 436); Max value from RGB is 238 - color contains mainly: blue. Hex color #08BEEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08BEEE is #F74111. Grayscale: #8C8C8C. Windows color (decimal): -16204050 or 15646216. OLE color: 15646216.

HSL color Cylindrical-coordinate representation of color #08BEEE: hue angle of 192.52º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08BEEE is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8190238-
CMYK0.970.2000.07
HSL192.52º93.5%48.24%-
HSV(B)192.52º96.64%93.33%-
XYZ33.9543.0587.41-
YUV141.05182.733.1-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.83%
GREEN value IS 190 (74.61% from 255) = 43.58%
BLUE value IS 238 (93.36% from 255) = 54.59%
R=1.83%
G=43.58%
B=54.59%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal81902380.970.2000.07192.5293.548.24
Hex8BEEE611407c15d30
Octal10276356141240730113560
Binary100010111110111011101100001101000111110000011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08BEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08BEEE; }

 p { color: rgb(8,190,238); }

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

<style>
 a { background-color: #08BEEE; }

 a { background-color: rgb(8,190,238); }

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

<style>
 span { border-color: #08BEEE; }

 span { border-color: rgb(8,190,238); }

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