#07B7EB

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

Shades of Deep Sky Blue #07B7EB

Tints of Deep Sky Blue #07B7EB

Color information

#07B7EB (or 0x07B7EB) is unknown color: approx Deep Sky Blue. HEX triplet: 07, B7 and EB. RGB value is (7,183,235). Sum of RGB (Red+Green+Blue) = 7+183+235=425 (56% of max value = 765). Red value is 7 (3.12% from 255 or 1.65% from 425); Green value is 183 (71.88% from 255 or 43.06% from 425); Blue value is 235 (92.19% from 255 or 55.29% from 425); Max value from RGB is 235 - color contains mainly: blue. Hex color #07B7EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07B7EB is #F84814. Grayscale: #878787. Windows color (decimal): -16271381 or 15447815. OLE color: 15447815.

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

Color convert

RGB7183235-
CMYK0.970.2200.08
HSL193.68º94.21%47.45%-
HSV(B)193.68º97.02%92.16%-
XYZ32.0239.9184.61-
YUV136.3183.6935.77-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.65%
GREEN value IS 183 (71.88% from 255) = 43.06%
BLUE value IS 235 (92.19% from 255) = 55.29%
R=1.65%
G=43.06%
B=55.29%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal71832350.970.2200.08193.6894.2147.45
Hex7B7EB611608c25e2f
Octal72673531412601030213657
Binary111101101111110101111000011011001000110000101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07B7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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