#06B2FC

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

Shades of Deep Sky Blue #06B2FC

Tints of Deep Sky Blue #06B2FC

Color information

#06B2FC (or 0x06B2FC) is unknown color: approx Deep Sky Blue. HEX triplet: 06, B2 and FC. RGB value is (6,178,252). Sum of RGB (Red+Green+Blue) = 6+178+252=436 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.38% from 436); Green value is 178 (69.92% from 255 or 40.83% from 436); Blue value is 252 (98.83% from 255 or 57.80% from 436); Max value from RGB is 252 - color contains mainly: blue. Hex color #06B2FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06B2FC is #F94D03. Grayscale: #868686. Windows color (decimal): -16338180 or 16560646. OLE color: 16560646.

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

Color convert

RGB6178252-
CMYK0.980.2900.01
HSL198.05º97.62%50.59%-
HSV(B)198.05º97.62%98.82%-
XYZ33.5738.9197.84-
YUV135.01194.0235.98-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.38%
GREEN value IS 178 (69.92% from 255) = 40.83%
BLUE value IS 252 (98.83% from 255) = 57.80%
R=1.38%
G=40.83%
B=57.80%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal61782520.980.2900.01198.0597.6250.59
Hex6B2FC621D01c66233
Octal6262374142350130614263
Binary110101100101111110011000101110101110001101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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