Html Css Color HEX #07C5EC Deep Sky Blue

📋 copy color: '#07C5EC'

red 7 ◦ green 197 ◦ blue 236

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

Shades of Deep Sky Blue #07C5EC

Tints of Deep Sky Blue #07C5EC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.77%

 BLUE value IS 236 (92.58% from 255) = 53.64%

R = 1.59%
G = 44.77%
B = 53.64%

CMYK

 C value IS 0.97

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#07C5EC (or 0x07C5EC) is known color: Deep Sky Blue. HEX triplet: 07, C5 and EC. RGB value is (7,197,236). Sum of RGB (Red+Green+Blue) = 7+197+236=440 (58% of max value = 765). Red value is 7 (3.12% from 255 or 1.59% from 440); Green value is 197 (77.34% from 255 or 44.77% from 440); Blue value is 236 (92.58% from 255 or 53.64% from 440); Max value from RGB is 236 - color contains mainly: blue. Hex color #07C5EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07C5EC is #F83A13. Grayscale: #909090. Windows color (decimal): -16267796 or 15516935. OLE color: 15516935.

HSL color Cylindrical-coordinate representation of color #07C5EC: hue angle of 190.22º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07C5EC is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 7 197 236 -
CMYK 0.97 0.17 0 0.07
HSL 190.22º 0.94% 0.48% -
HSV(B) 190.22º 0.97% 0.93% -
XYZ 35.19 46.03 86.39 -
YUV 144.64 179.55 29.83 -
System Red Green Blue C M Y K H S L
Decimal 7 197 236 0.97 0.17 0 0.07 190.22 0.94 0.48
Hex 7 C5 EC 61 11 0 7 BE 5E 30
Octal 7 305 354 141 21 0 7 276 136 60
Binary 111 11000101 11101100 1100001 10001 0 111 10111110 1011110 110000

Color Harmonies of #07C5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07C5EC

Black with #07C5EC

Text Example


Text Example

White with #07C5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,197,236); }

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

background-color css

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

 a { background-color: rgb(7,197,236); }

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

border-color css

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

 span { border-color: rgb(7,197,236); }

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