#07A8EB

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

Shades of Deep Sky Blue #07A8EB

Tints of Deep Sky Blue #07A8EB

Color information

#07A8EB (or 0x07A8EB) is unknown color: approx Deep Sky Blue. HEX triplet: 07, A8 and EB. RGB value is (7,168,235). Sum of RGB (Red+Green+Blue) = 7+168+235=410 (54% of max value = 765). Red value is 7 (3.12% from 255 or 1.71% from 410); Green value is 168 (66.02% from 255 or 40.98% from 410); Blue value is 235 (92.19% from 255 or 57.32% from 410); Max value from RGB is 235 - color contains mainly: blue. Hex color #07A8EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #07A8EB is #F85714. Grayscale: #7F7F7F. Windows color (decimal): -16275221 or 15443975. OLE color: 15443975.

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

Color convert

RGB7168235-
CMYK0.970.2900.08
HSL197.63º94.21%47.45%-
HSV(B)197.63º97.02%92.16%-
XYZ29.0934.0583.64-
YUV127.5188.6642.05-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.71%
GREEN value IS 168 (66.02% from 255) = 40.98%
BLUE value IS 235 (92.19% from 255) = 57.32%
R=1.71%
G=40.98%
B=57.32%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal71682350.970.2900.08197.6394.2147.45
Hex7A8EB611D08c65e2f
Octal72503531413501030613657
Binary111101010001110101111000011110101000110001101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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