#04B8F1

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

Shades of Deep Sky Blue #04B8F1

Tints of Deep Sky Blue #04B8F1

Color information

#04B8F1 (or 0x04B8F1) is unknown color: approx Deep Sky Blue. HEX triplet: 04, B8 and F1. RGB value is (4,184,241). Sum of RGB (Red+Green+Blue) = 4+184+241=429 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.93% from 429); Green value is 184 (72.27% from 255 or 42.89% from 429); Blue value is 241 (94.53% from 255 or 56.18% from 429); Max value from RGB is 241 - color contains mainly: blue. Hex color #04B8F1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04B8F1 is #FB470E. Grayscale: #888888. Windows color (decimal): -16467727 or 15841284. OLE color: 15841284.

HSL color Cylindrical-coordinate representation of color #04B8F1: hue angle of 194.43º 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 #04B8F1 is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB4184241-
CMYK0.980.2400.05
HSL194.43º96.73%48.04%-
HSV(B)194.43º98.34%94.51%-
XYZ33.0740.6689.32-
YUV136.68186.8733.37-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 0.93%
GREEN value IS 184 (72.27% from 255) = 42.89%
BLUE value IS 241 (94.53% from 255) = 56.18%
R=0.93%
G=42.89%
B=56.18%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal41842410.980.2400.05194.4396.7348.04
Hex4B8F1621805c26130
Octal4270361142300530214160
Binary10010111000111100011100010110000101110000101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04B8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,184,241); }

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

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

 a { background-color: rgb(4,184,241); }

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

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

 span { border-color: rgb(4,184,241); }

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