#07BDEC

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

Shades of Deep Sky Blue #07BDEC

Tints of Deep Sky Blue #07BDEC

Color information

#07BDEC (or 0x07BDEC) is unknown color: approx Deep Sky Blue. HEX triplet: 07, BD and EC. RGB value is (7,189,236). Sum of RGB (Red+Green+Blue) = 7+189+236=432 (57% of max value = 765). Red value is 7 (3.12% from 255 or 1.62% from 432); Green value is 189 (74.22% from 255 or 43.75% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #07BDEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07BDEC is #F84213. Grayscale: #8B8B8B. Windows color (decimal): -16269844 or 15514887. OLE color: 15514887.

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

Color convert

RGB7189236-
CMYK0.970.2000.07
HSL192.31º94.24%47.65%-
HSV(B)192.31º97.03%92.55%-
XYZ33.4342.585.8-
YUV139.94182.233.18-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.62%
GREEN value IS 189 (74.22% from 255) = 43.75%
BLUE value IS 236 (92.58% from 255) = 54.63%
R=1.62%
G=43.75%
B=54.63%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal71892360.970.2000.07192.3194.2447.65
Hex7BDEC611407c05e30
Octal7275354141240730013660
Binary11110111101111011001100001101000111110000001011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07BDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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