#06B2E7

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

Shades of Deep Sky Blue #06B2E7

Tints of Deep Sky Blue #06B2E7

Color information

#06B2E7 (or 0x06B2E7) is unknown color: approx Deep Sky Blue. HEX triplet: 06, B2 and E7. RGB value is (6,178,231). Sum of RGB (Red+Green+Blue) = 6+178+231=415 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.45% from 415); Green value is 178 (69.92% from 255 or 42.89% from 415); Blue value is 231 (90.62% from 255 or 55.66% from 415); Max value from RGB is 231 - color contains mainly: blue. Hex color #06B2E7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06B2E7 is #F94D18. Grayscale: #848484. Windows color (decimal): -16338201 or 15184390. OLE color: 15184390.

HSL color Cylindrical-coordinate representation of color #06B2E7: hue angle of 194.13º 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 #06B2E7 is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB6178231-
CMYK0.970.2300.09
HSL194.13º94.94%46.47%-
HSV(B)194.13º97.4%90.59%-
XYZ30.4237.6581.27-
YUV132.61183.5237.69-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.45%
GREEN value IS 178 (69.92% from 255) = 42.89%
BLUE value IS 231 (90.62% from 255) = 55.66%
R=1.45%
G=42.89%
B=55.66%

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
Decimal61782310.970.2300.09194.1394.9446.47
Hex6B2E7611709c25f2e
Octal62623471412701130213756
Binary110101100101110011111000011011101001110000101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B2E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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