#06B4F9

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

Shades of Deep Sky Blue #06B4F9

Tints of Deep Sky Blue #06B4F9

Color information

#06B4F9 (or 0x06B4F9) is unknown color: approx Deep Sky Blue. HEX triplet: 06, B4 and F9. RGB value is (6,180,249). Sum of RGB (Red+Green+Blue) = 6+180+249=435 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.38% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 249 (97.66% from 255 or 57.24% from 435); Max value from RGB is 249 - color contains mainly: blue. Hex color #06B4F9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06B4F9 is #F94B06. Grayscale: #878787. Windows color (decimal): -16337671 or 16364550. OLE color: 16364550.

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

Color convert

RGB6180249-
CMYK0.980.2800.02
HSL197.04º95.29%50%-
HSV(B)197.04º97.59%97.65%-
XYZ33.539.5295.49-
YUV135.84191.8535.39-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.38%
GREEN value IS 180 (70.70% from 255) = 41.38%
BLUE value IS 249 (97.66% from 255) = 57.24%
R=1.38%
G=41.38%
B=57.24%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal61802490.980.2800.02197.0495.2950
Hex6B4F9621C02c55f32
Octal6264371142340230513762
Binary1101011010011111001110001011100010110001011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B4F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,180,249); }

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

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

 a { background-color: rgb(6,180,249); }

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

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

 span { border-color: rgb(6,180,249); }

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