#06C7FE

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

Shades of Deep Sky Blue #06C7FE

Tints of Deep Sky Blue #06C7FE

Color information

#06C7FE (or 0x06C7FE) is unknown color: approx Deep Sky Blue. HEX triplet: 06, C7 and FE. RGB value is (6,199,254). Sum of RGB (Red+Green+Blue) = 6+199+254=459 (60% of max value = 765). Red value is 6 (2.73% from 255 or 1.31% from 459); Green value is 199 (78.12% from 255 or 43.36% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #06C7FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06C7FE is #F93801. Grayscale: #939393. Windows color (decimal): -16332802 or 16697094. OLE color: 16697094.

HSL color Cylindrical-coordinate representation of color #06C7FE: hue angle of 193.31º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06C7FE is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB6199254-
CMYK0.980.2200.00
HSL193.31º99.2%50.98%-
HSV(B)193.31º97.64%99.61%-
XYZ38.3948.04101.02-
YUV147.56188.0627.03-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.31%
GREEN value IS 199 (78.12% from 255) = 43.36%
BLUE value IS 254 (99.61% from 255) = 55.34%
R=1.31%
G=43.36%
B=55.34%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal61992540.980.2200.00193.3199.250.98
Hex6C7FE621600c16333
Octal6307376142260030114363
Binary110110001111111111011000101011000110000011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06C7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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