Html Css Color HEX #08ACEA Deep Sky Blue

📋 copy color: '#08ACEA'

red 8 ◦ green 172 ◦ blue 234

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

Shades of Deep Sky Blue #08ACEA

Tints of Deep Sky Blue #08ACEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 56.52%

R = 1.93%
G = 41.55%
B = 56.52%

CMYK

 C value IS 0.97

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#08ACEA (or 0x08ACEA) is known color: Deep Sky Blue. HEX triplet: 08, AC and EA. RGB value is (8,172,234). Sum of RGB (Red+Green+Blue) = 8+172+234=414 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.93% from 414); Green value is 172 (67.58% from 255 or 41.55% from 414); Blue value is 234 (91.80% from 255 or 56.52% from 414); Max value from RGB is 234 - color contains mainly: blue. Hex color #08ACEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #08ACEA is #F75315. Grayscale: #818181. Windows color (decimal): -16208662 or 15379464. OLE color: 15379464.

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

Color convert

RGB 8 172 234 -
CMYK 0.97 0.26 0 0.08
HSL 196.46º 0.93% 0.47% -
HSV(B) 196.46º 0.97% 0.92% -
XYZ 29.7 35.5 83.13 -
YUV 130.03 186.67 40.96 -
System Red Green Blue C M Y K H S L
Decimal 8 172 234 0.97 0.26 0 0.08 196.46 0.93 0.47
Hex 8 AC EA 61 1A 0 8 C4 5D 2F
Octal 10 254 352 141 32 0 10 304 135 57
Binary 1000 10101100 11101010 1100001 11010 0 1000 11000100 1011101 101111

Color Harmonies of #08ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08ACEA

Black with #08ACEA

Text Example


Text Example

White with #08ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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