Html Css Color HEX #08D9F6 Deep Sky Blue

📋 copy color: '#08D9F6'

red 8 ◦ green 217 ◦ blue 246

#08D9F6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sky Blue #08D9F6

Tints of Deep Sky Blue #08D9F6

RGB

 RED value IS 8 (3.52% from 255) = 1.7%

 GREEN value IS 217 (85.16% from 255) = 46.07%

 BLUE value IS 246 (96.48% from 255) = 52.23%

R = 1.7%
G = 46.07%
B = 52.23%

CMYK

 C value IS 0.97

 M value IS 0.12

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#08D9F6 (or 0x08D9F6) is known color: Deep Sky Blue. HEX triplet: 08, D9 and F6. RGB value is (8,217,246). Sum of RGB (Red+Green+Blue) = 8+217+246=471 (62% of max value = 765). Red value is 8 (3.52% from 255 or 1.70% from 471); Green value is 217 (85.16% from 255 or 46.07% from 471); Blue value is 246 (96.48% from 255 or 52.23% from 471); Max value from RGB is 246 - color contains mainly: blue. Hex color #08D9F6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08D9F6 is #F72609. Grayscale: #9D9D9D. Windows color (decimal): -16197130 or 16177416. OLE color: 16177416.

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

Color convert

RGB 8 217 246 -
CMYK 0.97 0.12 0 0.04
HSL 187.31º 0.94% 0.5% -
HSV(B) 187.31º 0.97% 0.96% -
XYZ 41.55 56.33 95.87 -
YUV 157.82 177.76 21.14 -
System Red Green Blue C M Y K H S L
Decimal 8 217 246 0.97 0.12 0 0.04 187.31 0.94 0.5
Hex 8 D9 F6 61 C 0 4 BB 5E 32
Octal 10 331 366 141 14 0 4 273 136 62
Binary 1000 11011001 11110110 1100001 1100 0 100 10111011 1011110 110010

Color Harmonies of #08D9F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08D9F6

Black with #08D9F6

Text Example


Text Example

White with #08D9F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,217,246); }

 H1.HeaderClassName
 {
   color: #08D9F6;
 }
 .AnyTagClassName
 {
   color: #08D9F6;
 }
</style>

background-color css

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

 a { background-color: rgb(8,217,246); }

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

border-color css

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

 span { border-color: rgb(8,217,246); }

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