Html Css Color HEX #08ACE6 Deep Sky Blue

📋 copy color: '#08ACE6'

red 8 ◦ green 172 ◦ blue 230

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

Shades of Deep Sky Blue #08ACE6

Tints of Deep Sky Blue #08ACE6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.95%

 BLUE value IS 230 (90.23% from 255) = 56.1%

R = 1.95%
G = 41.95%
B = 56.1%

CMYK

 C value IS 0.97

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#08ACE6 (or 0x08ACE6) is known color: Deep Sky Blue. HEX triplet: 08, AC and E6. RGB value is (8,172,230). Sum of RGB (Red+Green+Blue) = 8+172+230=410 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.95% from 410); Green value is 172 (67.58% from 255 or 41.95% from 410); Blue value is 230 (90.23% from 255 or 56.10% from 410); Max value from RGB is 230 - color contains mainly: blue. Hex color #08ACE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #08ACE6 is #F75319. Grayscale: #818181. Windows color (decimal): -16208666 or 15117320. OLE color: 15117320.

HSL color Cylindrical-coordinate representation of color #08ACE6: hue angle of 195.68º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08ACE6 is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 8 172 230 -
CMYK 0.97 0.25 0 0.10
HSL 195.68º 0.93% 0.47% -
HSV(B) 195.68º 0.97% 0.9% -
XYZ 29.14 35.27 80.14 -
YUV 129.58 184.67 41.28 -
System Red Green Blue C M Y K H S L
Decimal 8 172 230 0.97 0.25 0 0.10 195.68 0.93 0.47
Hex 8 AC E6 61 19 0 A C4 5D 2F
Octal 10 254 346 141 31 0 12 304 135 57
Binary 1000 10101100 11100110 1100001 11001 0 1010 11000100 1011101 101111

Color Harmonies of #08ACE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08ACE6

Black with #08ACE6

Text Example


Text Example

White with #08ACE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,172,230); }

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

background-color css

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

 a { background-color: rgb(8,172,230); }

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

border-color css

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

 span { border-color: rgb(8,172,230); }

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