#06B1E7

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

Shades of Deep Sky Blue #06B1E7

Tints of Deep Sky Blue #06B1E7

Color information

#06B1E7 (or 0x06B1E7) is unknown color: approx Deep Sky Blue. HEX triplet: 06, B1 and E7. RGB value is (6,177,231). Sum of RGB (Red+Green+Blue) = 6+177+231=414 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.45% from 414); Green value is 177 (69.53% from 255 or 42.75% from 414); Blue value is 231 (90.62% from 255 or 55.80% from 414); Max value from RGB is 231 - color contains mainly: blue. Hex color #06B1E7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06B1E7 is #F94E18. Grayscale: #838383. Windows color (decimal): -16338457 or 15184134. OLE color: 15184134.

HSL color Cylindrical-coordinate representation of color #06B1E7: hue angle of 194.4º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B1E7 is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB6177231-
CMYK0.970.2300.09
HSL194.4º94.94%46.47%-
HSV(B)194.4º97.4%90.59%-
XYZ30.2237.2581.2-
YUV132.03183.8538.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.45%
GREEN value IS 177 (69.53% from 255) = 42.75%
BLUE value IS 231 (90.62% from 255) = 55.80%
R=1.45%
G=42.75%
B=55.80%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal61772310.970.2300.09194.494.9446.47
Hex6B1E7611709c25f2e
Octal62613471412701130213756
Binary110101100011110011111000011011101001110000101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B1E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06B1E7; }

 p { color: rgb(6,177,231); }

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

<style>
 a { background-color: #06B1E7; }

 a { background-color: rgb(6,177,231); }

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

<style>
 span { border-color: #06B1E7; }

 span { border-color: rgb(6,177,231); }

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