#07D7FE

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

Shades of Deep Sky Blue #07D7FE

Tints of Deep Sky Blue #07D7FE

Color information

#07D7FE (or 0x07D7FE) is unknown color: approx Deep Sky Blue. HEX triplet: 07, D7 and FE. RGB value is (7,215,254). Sum of RGB (Red+Green+Blue) = 7+215+254=476 (63% of max value = 765). Red value is 7 (3.12% from 255 or 1.47% from 476); Green value is 215 (84.38% from 255 or 45.17% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #07D7FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07D7FE is #F82801. Grayscale: #9C9C9C. Windows color (decimal): -16263170 or 16701191. OLE color: 16701191.

HSL color Cylindrical-coordinate representation of color #07D7FE: hue angle of 189.47º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D7FE is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB7215254-
CMYK0.970.1500.00
HSL189.47º99.2%51.18%-
HSV(B)189.47º97.24%99.61%-
XYZ42.2855.8102.31-
YUV157.25182.5920.83-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.47%
GREEN value IS 215 (84.38% from 255) = 45.17%
BLUE value IS 254 (99.61% from 255) = 53.36%
R=1.47%
G=45.17%
B=53.36%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal72152540.970.1500.00189.4799.251.18
Hex7D7FE61F00bd6333
Octal7327376141170027514363
Binary11111010111111111101100001111100101111011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07D7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,215,254); }

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

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

 a { background-color: rgb(7,215,254); }

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

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

 span { border-color: rgb(7,215,254); }

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