Html Css Color HEX #04B9F1 Deep Sky Blue

📋 copy color: '#04B9F1'

red 4 ◦ green 185 ◦ blue 241

#04B9F1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sky Blue #04B9F1

Tints of Deep Sky Blue #04B9F1

RGB

 RED value IS 4 (1.95% from 255) = 0.93%

 GREEN value IS 185 (72.66% from 255) = 43.02%

 BLUE value IS 241 (94.53% from 255) = 56.05%

R = 0.93%
G = 43.02%
B = 56.05%

CMYK

 C value IS 0.98

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#04B9F1 (or 0x04B9F1) is known color: Deep Sky Blue. HEX triplet: 04, B9 and F1. RGB value is (4,185,241). Sum of RGB (Red+Green+Blue) = 4+185+241=430 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.93% from 430); Green value is 185 (72.66% from 255 or 43.02% from 430); Blue value is 241 (94.53% from 255 or 56.05% from 430); Max value from RGB is 241 - color contains mainly: blue. Hex color #04B9F1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04B9F1 is #FB460E. Grayscale: #888888. Windows color (decimal): -16467471 or 15841540. OLE color: 15841540.

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

Color convert

RGB 4 185 241 -
CMYK 0.98 0.23 0 0.05
HSL 194.18º 0.97% 0.48% -
HSV(B) 194.18º 0.98% 0.95% -
XYZ 33.28 41.07 89.39 -
YUV 137.27 186.53 32.95 -
System Red Green Blue C M Y K H S L
Decimal 4 185 241 0.98 0.23 0 0.05 194.18 0.97 0.48
Hex 4 B9 F1 62 17 0 5 C2 61 30
Octal 4 271 361 142 27 0 5 302 141 60
Binary 100 10111001 11110001 1100010 10111 0 101 11000010 1100001 110000

Color Harmonies of #04B9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B9F1

Black with #04B9F1

Text Example


Text Example

White with #04B9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04B9F1;
 }
 .AnyTagClassName
 {
   color: #04B9F1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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