#07DBFE

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

Shades of Deep Sky Blue #07DBFE

Tints of Deep Sky Blue #07DBFE

Color information

#07DBFE (or 0x07DBFE) is unknown color: approx Deep Sky Blue. HEX triplet: 07, DB and FE. RGB value is (7,219,254). Sum of RGB (Red+Green+Blue) = 7+219+254=480 (63% of max value = 765). Red value is 7 (3.12% from 255 or 1.46% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #07DBFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07DBFE is #F82401. Grayscale: #9F9F9F. Windows color (decimal): -16262146 or 16702215. OLE color: 16702215.

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

Color convert

RGB7219254-
CMYK0.970.1400.00
HSL188.5º99.2%51.18%-
HSV(B)188.5º97.24%99.61%-
XYZ43.3157.86102.65-
YUV159.6181.2619.15-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.46%
GREEN value IS 219 (85.94% from 255) = 45.62%
BLUE value IS 254 (99.61% from 255) = 52.92%
R=1.46%
G=45.62%
B=52.92%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal72192540.970.1400.00188.599.251.18
Hex7DBFE61E00bd6333
Octal7333376141160027514363
Binary11111011011111111101100001111000101111011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07DBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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