Html Css Color HEX #07C0EB Deep Sky Blue

📋 copy color: '#07C0EB'

red 7 ◦ green 192 ◦ blue 235

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

Shades of Deep Sky Blue #07C0EB

Tints of Deep Sky Blue #07C0EB

RGB

 RED value IS 7 (3.13% from 255) = 1.61%

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

 BLUE value IS 235 (92.19% from 255) = 54.15%

R = 1.61%
G = 44.24%
B = 54.15%

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

#07C0EB (or 0x07C0EB) is known color: Deep Sky Blue. HEX triplet: 07, C0 and EB. RGB value is (7,192,235). Sum of RGB (Red+Green+Blue) = 7+192+235=434 (57% of max value = 765). Red value is 7 (3.12% from 255 or 1.61% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 235 (92.19% from 255 or 54.15% from 434); Max value from RGB is 235 - color contains mainly: blue. Hex color #07C0EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07C0EB is #F83F14. Grayscale: #8D8D8D. Windows color (decimal): -16269077 or 15450119. OLE color: 15450119.

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

Color convert

RGB 7 192 235 -
CMYK 0.97 0.18 0 0.08
HSL 191.32º 0.94% 0.47% -
HSV(B) 191.32º 0.97% 0.92% -
XYZ 33.93 43.74 85.25 -
YUV 141.59 180.71 32 -
System Red Green Blue C M Y K H S L
Decimal 7 192 235 0.97 0.18 0 0.08 191.32 0.94 0.47
Hex 7 C0 EB 61 12 0 8 BF 5E 2F
Octal 7 300 353 141 22 0 10 277 136 57
Binary 111 11000000 11101011 1100001 10010 0 1000 10111111 1011110 101111

Color Harmonies of #07C0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07C0EB

Black with #07C0EB

Text Example


Text Example

White with #07C0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07C0EB; }

 p { color: rgb(7,192,235); }

 H1.HeaderClassName
 {
   color: #07C0EB;
 }
 .AnyTagClassName
 {
   color: #07C0EB;
 }
</style>

background-color css

<style>
 a { background-color: #07C0EB; }

 a { background-color: rgb(7,192,235); }

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

border-color css

<style>
 span { border-color: #07C0EB; }

 span { border-color: rgb(7,192,235); }

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