#07B1EF

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

Shades of Deep Sky Blue #07B1EF

Tints of Deep Sky Blue #07B1EF

Color information

#07B1EF (or 0x07B1EF) is unknown color: approx Deep Sky Blue. HEX triplet: 07, B1 and EF. RGB value is (7,177,239). Sum of RGB (Red+Green+Blue) = 7+177+239=423 (56% of max value = 765). Red value is 7 (3.12% from 255 or 1.65% from 423); Green value is 177 (69.53% from 255 or 41.84% from 423); Blue value is 239 (93.75% from 255 or 56.50% from 423); Max value from RGB is 239 - color contains mainly: blue. Hex color #07B1EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #07B1EF is #F84E10. Grayscale: #848484. Windows color (decimal): -16272913 or 15708423. OLE color: 15708423.

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

Color convert

RGB7177239-
CMYK0.970.2600.06
HSL196.03º94.31%48.24%-
HSV(B)196.03º97.07%93.73%-
XYZ31.3937.7287.29-
YUV133.24187.6837.96-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.65%
GREEN value IS 177 (69.53% from 255) = 41.84%
BLUE value IS 239 (93.75% from 255) = 56.50%
R=1.65%
G=41.84%
B=56.50%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal71772390.970.2600.06196.0394.3148.24
Hex7B1EF611A06c45e30
Octal7261357141320630413660
Binary11110110001111011111100001110100110110001001011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07B1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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