Html Css Color HEX #08C0EA Deep Sky Blue

📋 copy color: '#08C0EA'

red 8 ◦ green 192 ◦ blue 234

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

Shades of Deep Sky Blue #08C0EA

Tints of Deep Sky Blue #08C0EA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.24%

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

R = 1.84%
G = 44.24%
B = 53.92%

CMYK

 C value IS 0.97

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#08C0EA (or 0x08C0EA) is known color: Deep Sky Blue. HEX triplet: 08, C0 and EA. RGB value is (8,192,234). Sum of RGB (Red+Green+Blue) = 8+192+234=434 (57% of max value = 765). Red value is 8 (3.52% from 255 or 1.84% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 234 (91.80% from 255 or 53.92% from 434); Max value from RGB is 234 - color contains mainly: blue. Hex color #08C0EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08C0EA is #F73F15. Grayscale: #8D8D8D. Windows color (decimal): -16203542 or 15384584. OLE color: 15384584.

HSL color Cylindrical-coordinate representation of color #08C0EA: hue angle of 191.15º 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 #08C0EA is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 8 192 234 -
CMYK 0.97 0.18 0 0.08
HSL 191.15º 0.93% 0.47% -
HSV(B) 191.15º 0.97% 0.92% -
XYZ 33.8 43.69 84.49 -
YUV 141.77 180.04 32.58 -
System Red Green Blue C M Y K H S L
Decimal 8 192 234 0.97 0.18 0 0.08 191.15 0.93 0.47
Hex 8 C0 EA 61 12 0 8 BF 5D 2F
Octal 10 300 352 141 22 0 10 277 135 57
Binary 1000 11000000 11101010 1100001 10010 0 1000 10111111 1011101 101111

Color Harmonies of #08C0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08C0EA

Black with #08C0EA

Text Example


Text Example

White with #08C0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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