#06B8FC

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

Shades of Deep Sky Blue #06B8FC

Tints of Deep Sky Blue #06B8FC

Color information

#06B8FC (or 0x06B8FC) is unknown color: approx Deep Sky Blue. HEX triplet: 06, B8 and FC. RGB value is (6,184,252). Sum of RGB (Red+Green+Blue) = 6+184+252=442 (58% of max value = 765). Red value is 6 (2.73% from 255 or 1.36% from 442); Green value is 184 (72.27% from 255 or 41.63% from 442); Blue value is 252 (98.83% from 255 or 57.01% from 442); Max value from RGB is 252 - color contains mainly: blue. Hex color #06B8FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06B8FC is #F94703. Grayscale: #8A8A8A. Windows color (decimal): -16336644 or 16562182. OLE color: 16562182.

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

Color convert

RGB6184252-
CMYK0.980.2700.01
HSL196.59º97.62%50.59%-
HSV(B)196.59º97.62%98.82%-
XYZ34.7941.3598.24-
YUV138.53192.0333.47-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.36%
GREEN value IS 184 (72.27% from 255) = 41.63%
BLUE value IS 252 (98.83% from 255) = 57.01%
R=1.36%
G=41.63%
B=57.01%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal61842520.980.2700.01196.5997.6250.59
Hex6B8FC621B01c56233
Octal6270374142330130514263
Binary110101110001111110011000101101101110001011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,184,252); }

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

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

 a { background-color: rgb(6,184,252); }

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

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

 span { border-color: rgb(6,184,252); }

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