#08BEF8

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

Shades of Deep Sky Blue #08BEF8

Tints of Deep Sky Blue #08BEF8

Color information

#08BEF8 (or 0x08BEF8) is unknown color: approx Deep Sky Blue. HEX triplet: 08, BE and F8. RGB value is (8,190,248). Sum of RGB (Red+Green+Blue) = 8+190+248=446 (59% of max value = 765). Red value is 8 (3.52% from 255 or 1.79% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 248 (97.27% from 255 or 55.61% from 446); Max value from RGB is 248 - color contains mainly: blue. Hex color #08BEF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08BEF8 is #F74107. Grayscale: #8D8D8D. Windows color (decimal): -16204040 or 16301576. OLE color: 16301576.

HSL color Cylindrical-coordinate representation of color #08BEF8: hue angle of 194.5º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08BEF8 is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB8190248-
CMYK0.970.2300.03
HSL194.5º94.49%50.2%-
HSV(B)194.5º96.77%97.25%-
XYZ35.4643.6695.36-
YUV142.19187.732.28-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.79%
GREEN value IS 190 (74.61% from 255) = 42.60%
BLUE value IS 248 (97.27% from 255) = 55.61%
R=1.79%
G=42.60%
B=55.61%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal81902480.970.2300.03194.594.4950.2
Hex8BEF8611703c25e32
Octal10276370141270330213662
Binary10001011111011111000110000110111011110000101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08BEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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