#07C3EF

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

Shades of Deep Sky Blue #07C3EF

Tints of Deep Sky Blue #07C3EF

Color information

#07C3EF (or 0x07C3EF) is unknown color: approx Deep Sky Blue. HEX triplet: 07, C3 and EF. RGB value is (7,195,239). Sum of RGB (Red+Green+Blue) = 7+195+239=441 (58% of max value = 765). Red value is 7 (3.12% from 255 or 1.59% from 441); Green value is 195 (76.56% from 255 or 44.22% from 441); Blue value is 239 (93.75% from 255 or 54.20% from 441); Max value from RGB is 239 - color contains mainly: blue. Hex color #07C3EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07C3EF is #F83C10. Grayscale: #8F8F8F. Windows color (decimal): -16268305 or 15713031. OLE color: 15713031.

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

Color convert

RGB7195239-
CMYK0.970.1800.06
HSL191.38º94.31%48.24%-
HSV(B)191.38º97.07%93.73%-
XYZ35.1845.3188.55-
YUV143.8181.7230.42-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.59%
GREEN value IS 195 (76.56% from 255) = 44.22%
BLUE value IS 239 (93.75% from 255) = 54.20%
R=1.59%
G=44.22%
B=54.20%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal71952390.970.1800.06191.3894.3148.24
Hex7C3EF611206bf5e30
Octal7303357141220627713660
Binary11111000011111011111100001100100110101111111011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07C3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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