#07BDF7

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

Shades of Deep Sky Blue #07BDF7

Tints of Deep Sky Blue #07BDF7

Color information

#07BDF7 (or 0x07BDF7) is unknown color: approx Deep Sky Blue. HEX triplet: 07, BD and F7. RGB value is (7,189,247). Sum of RGB (Red+Green+Blue) = 7+189+247=443 (58% of max value = 765). Red value is 7 (3.12% from 255 or 1.58% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 247 (96.88% from 255 or 55.76% from 443); Max value from RGB is 247 - color contains mainly: blue. Hex color #07BDF7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07BDF7 is #F84208. Grayscale: #8C8C8C. Windows color (decimal): -16269833 or 16235783. OLE color: 16235783.

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

Color convert

RGB7189247-
CMYK0.970.2300.03
HSL194.5º94.49%49.8%-
HSV(B)194.5º97.17%96.86%-
XYZ35.0743.1694.48-
YUV141.19187.732.28-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.58%
GREEN value IS 189 (74.22% from 255) = 42.66%
BLUE value IS 247 (96.88% from 255) = 55.76%
R=1.58%
G=42.66%
B=55.76%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal71892470.970.2300.03194.594.4949.8
Hex7BDF7611703c25e32
Octal7275367141270330213662
Binary1111011110111110111110000110111011110000101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07BDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,189,247); }

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

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

 a { background-color: rgb(7,189,247); }

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

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

 span { border-color: rgb(7,189,247); }

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