#07ADEB

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

Shades of Deep Sky Blue #07ADEB

Tints of Deep Sky Blue #07ADEB

Color information

#07ADEB (or 0x07ADEB) is unknown color: approx Deep Sky Blue. HEX triplet: 07, AD and EB. RGB value is (7,173,235). Sum of RGB (Red+Green+Blue) = 7+173+235=415 (54% of max value = 765). Red value is 7 (3.12% from 255 or 1.69% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 235 (92.19% from 255 or 56.63% from 415); Max value from RGB is 235 - color contains mainly: blue. Hex color #07ADEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #07ADEB is #F85214. Grayscale: #828282. Windows color (decimal): -16273941 or 15445255. OLE color: 15445255.

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

Color convert

RGB7173235-
CMYK0.970.2600.08
HSL196.32º94.21%47.45%-
HSV(B)196.32º97.02%92.16%-
XYZ30.0335.9383.95-
YUV130.4318739.96-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.69%
GREEN value IS 173 (67.97% from 255) = 41.69%
BLUE value IS 235 (92.19% from 255) = 56.63%
R=1.69%
G=41.69%
B=56.63%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal71732350.970.2600.08196.3294.2147.45
Hex7ADEB611A08c45e2f
Octal72553531413201030413657
Binary111101011011110101111000011101001000110001001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07ADEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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