#04BAF2

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

Shades of Deep Sky Blue #04BAF2

Tints of Deep Sky Blue #04BAF2

Color information

#04BAF2 (or 0x04BAF2) is unknown color: approx Deep Sky Blue. HEX triplet: 04, BA and F2. RGB value is (4,186,242). Sum of RGB (Red+Green+Blue) = 4+186+242=432 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.93% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 242 (94.92% from 255 or 56.02% from 432); Max value from RGB is 242 - color contains mainly: blue. Hex color #04BAF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04BAF2 is #FB450D. Grayscale: #898989. Windows color (decimal): -16467214 or 15907332. OLE color: 15907332.

HSL color Cylindrical-coordinate representation of color #04BAF2: hue angle of 194.12º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BAF2 is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB4186242-
CMYK0.980.2300.05
HSL194.12º96.75%48.24%-
HSV(B)194.12º98.35%94.9%-
XYZ33.6441.5590.25-
YUV137.97186.732.45-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 0.93%
GREEN value IS 186 (73.05% from 255) = 43.06%
BLUE value IS 242 (94.92% from 255) = 56.02%
R=0.93%
G=43.06%
B=56.02%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal41862420.980.2300.05194.1296.7548.24
Hex4BAF2621705c26130
Octal4272362142270530214160
Binary10010111010111100101100010101110101110000101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04BAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04BAF2; }

 p { color: rgb(4,186,242); }

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

<style>
 a { background-color: #04BAF2; }

 a { background-color: rgb(4,186,242); }

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

<style>
 span { border-color: #04BAF2; }

 span { border-color: rgb(4,186,242); }

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