#07C5F2

Color #07C5F2 Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #07C5F2

Tints of Deep Sky Blue #07C5F2

Color information

#07C5F2 (or 0x07C5F2) is unknown color: approx Deep Sky Blue. HEX triplet: 07, C5 and F2. RGB value is (7,197,242). Sum of RGB (Red+Green+Blue) = 7+197+242=446 (59% of max value = 765). Red value is 7 (3.12% from 255 or 1.57% from 446); Green value is 197 (77.34% from 255 or 44.17% from 446); Blue value is 242 (94.92% from 255 or 54.26% from 446); Max value from RGB is 242 - color contains mainly: blue. Hex color #07C5F2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07C5F2 is #F83A0D. Grayscale: #909090. Windows color (decimal): -16267790 or 15910151. OLE color: 15910151.

HSL color Cylindrical-coordinate representation of color #07C5F2: hue angle of 191.49º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07C5F2 is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB7197242-
CMYK0.970.1900.05
HSL191.49º94.38%48.82%-
HSV(B)191.49º97.11%94.9%-
XYZ36.0846.3991.06-
YUV145.32182.5529.34-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.57%
GREEN value IS 197 (77.34% from 255) = 44.17%
BLUE value IS 242 (94.92% from 255) = 54.26%
R=1.57%
G=44.17%
B=54.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal71972420.970.1900.05191.4994.3848.82
Hex7C5F2611305bf5e31
Octal7305362141230527713661
Binary11111000101111100101100001100110101101111111011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07C5F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #07C5F2;
 }
 .AnyTagClassName
 {
   color: #07C5F2;
 }
</style>
background-color css

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

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

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

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

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

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