#07D0EF

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

Shades of Deep Sky Blue #07D0EF

Tints of Deep Sky Blue #07D0EF

Color information

#07D0EF (or 0x07D0EF) is unknown color: approx Deep Sky Blue. HEX triplet: 07, D0 and EF. RGB value is (7,208,239). Sum of RGB (Red+Green+Blue) = 7+208+239=454 (60% of max value = 765). Red value is 7 (3.12% from 255 or 1.54% from 454); Green value is 208 (81.64% from 255 or 45.81% from 454); Blue value is 239 (93.75% from 255 or 52.64% from 454); Max value from RGB is 239 - color contains mainly: blue. Hex color #07D0EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07D0EF is #F82F10. Grayscale: #979797. Windows color (decimal): -16264977 or 15716359. OLE color: 15716359.

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

Color convert

RGB7208239-
CMYK0.970.1300.06
HSL188.02º94.31%48.24%-
HSV(B)188.02º97.07%93.73%-
XYZ38.2251.3989.57-
YUV151.44177.4124.98-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.54%
GREEN value IS 208 (81.64% from 255) = 45.81%
BLUE value IS 239 (93.75% from 255) = 52.64%
R=1.54%
G=45.81%
B=52.64%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal72082390.970.1300.06188.0294.3148.24
Hex7D0EF61D06bc5e30
Octal7320357141150627413660
Binary1111101000011101111110000111010110101111001011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07D0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,208,239); }

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

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

 a { background-color: rgb(7,208,239); }

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

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

 span { border-color: rgb(7,208,239); }

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