#08BAF8

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

Shades of Deep Sky Blue #08BAF8

Tints of Deep Sky Blue #08BAF8

Color information

#08BAF8 (or 0x08BAF8) is unknown color: approx Deep Sky Blue. HEX triplet: 08, BA and F8. RGB value is (8,186,248). Sum of RGB (Red+Green+Blue) = 8+186+248=442 (58% of max value = 765). Red value is 8 (3.52% from 255 or 1.81% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 248 (97.27% from 255 or 56.11% from 442); Max value from RGB is 248 - color contains mainly: blue. Hex color #08BAF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08BAF8 is #F74507. Grayscale: #8B8B8B. Windows color (decimal): -16205064 or 16300552. OLE color: 16300552.

HSL color Cylindrical-coordinate representation of color #08BAF8: hue angle of 195.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 #08BAF8 is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB8186248-
CMYK0.970.2500.03
HSL195.5º94.49%50.2%-
HSV(B)195.5º96.77%97.25%-
XYZ34.641.9595.08-
YUV139.85189.0333.96-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.81%
GREEN value IS 186 (73.05% from 255) = 42.08%
BLUE value IS 248 (97.27% from 255) = 56.11%
R=1.81%
G=42.08%
B=56.11%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal81862480.970.2500.03195.594.4950.2
Hex8BAF8611903c45e32
Octal10272370141310330413662
Binary10001011101011111000110000111001011110001001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08BAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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