#08D5F1

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

Shades of Deep Sky Blue #08D5F1

Tints of Deep Sky Blue #08D5F1

Color information

#08D5F1 (or 0x08D5F1) is unknown color: approx Deep Sky Blue. HEX triplet: 08, D5 and F1. RGB value is (8,213,241). Sum of RGB (Red+Green+Blue) = 8+213+241=462 (61% of max value = 765). Red value is 8 (3.52% from 255 or 1.73% from 462); Green value is 213 (83.59% from 255 or 46.10% from 462); Blue value is 241 (94.53% from 255 or 52.16% from 462); Max value from RGB is 241 - color contains mainly: blue. Hex color #08D5F1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08D5F1 is #F72A0E. Grayscale: #9A9A9A. Windows color (decimal): -16198159 or 15848712. OLE color: 15848712.

HSL color Cylindrical-coordinate representation of color #08D5F1: hue angle of 187.21º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08D5F1 is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB8213241-
CMYK0.970.1200.05
HSL187.21º93.57%48.82%-
HSV(B)187.21º96.68%94.51%-
XYZ39.7753.9991.54-
YUV154.9176.5823.22-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.73%
GREEN value IS 213 (83.59% from 255) = 46.10%
BLUE value IS 241 (94.53% from 255) = 52.16%
R=1.73%
G=46.10%
B=52.16%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal82132410.970.1200.05187.2193.5748.82
Hex8D5F161C05bb5e31
Octal10325361141140527313661
Binary10001101010111110001110000111000101101110111011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08D5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,213,241); }

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

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

 a { background-color: rgb(8,213,241); }

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

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

 span { border-color: rgb(8,213,241); }

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