#06C7F3

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

Shades of Deep Sky Blue #06C7F3

Tints of Deep Sky Blue #06C7F3

Color information

#06C7F3 (or 0x06C7F3) is unknown color: approx Deep Sky Blue. HEX triplet: 06, C7 and F3. RGB value is (6,199,243). Sum of RGB (Red+Green+Blue) = 6+199+243=448 (59% of max value = 765). Red value is 6 (2.73% from 255 or 1.34% from 448); Green value is 199 (78.12% from 255 or 44.42% from 448); Blue value is 243 (95.31% from 255 or 54.24% from 448); Max value from RGB is 243 - color contains mainly: blue. Hex color #06C7F3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06C7F3 is #F9380C. Grayscale: #919191. Windows color (decimal): -16332813 or 15976198. OLE color: 15976198.

HSL color Cylindrical-coordinate representation of color #06C7F3: hue angle of 191.14º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06C7F3 is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB6199243-
CMYK0.980.1800.05
HSL191.14º95.18%48.82%-
HSV(B)191.14º97.53%95.29%-
XYZ36.6847.3692-
YUV146.31182.5627.92-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.34%
GREEN value IS 199 (78.12% from 255) = 44.42%
BLUE value IS 243 (95.31% from 255) = 54.24%
R=1.34%
G=44.42%
B=54.24%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal61992430.980.1800.05191.1495.1848.82
Hex6C7F3621205bf5f31
Octal6307363142220527713761
Binary11011000111111100111100010100100101101111111011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06C7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,199,243); }

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

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

 a { background-color: rgb(6,199,243); }

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

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

 span { border-color: rgb(6,199,243); }

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