#06B6FD

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

Shades of Deep Sky Blue #06B6FD

Tints of Deep Sky Blue #06B6FD

Color information

#06B6FD (or 0x06B6FD) is unknown color: approx Deep Sky Blue. HEX triplet: 06, B6 and FD. RGB value is (6,182,253). Sum of RGB (Red+Green+Blue) = 6+182+253=441 (58% of max value = 765). Red value is 6 (2.73% from 255 or 1.36% from 441); Green value is 182 (71.48% from 255 or 41.27% from 441); Blue value is 253 (99.22% from 255 or 57.37% from 441); Max value from RGB is 253 - color contains mainly: blue. Hex color #06B6FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06B6FD is #F94902. Grayscale: #898989. Windows color (decimal): -16337155 or 16627206. OLE color: 16627206.

HSL color Cylindrical-coordinate representation of color #06B6FD: hue angle of 197.25º 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 #06B6FD is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB6182253-
CMYK0.980.2800.01
HSL197.25º98.41%50.78%-
HSV(B)197.25º97.63%99.22%-
XYZ34.5340.5998.94-
YUV137.47193.1934.23-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.36%
GREEN value IS 182 (71.48% from 255) = 41.27%
BLUE value IS 253 (99.22% from 255) = 57.37%
R=1.36%
G=41.27%
B=57.37%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal61822530.980.2800.01197.2598.4150.78
Hex6B6FD621C01c56233
Octal6266375142340130514263
Binary110101101101111110111000101110001110001011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,182,253); }

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

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

 a { background-color: rgb(6,182,253); }

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

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

 span { border-color: rgb(6,182,253); }

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