Html Css Color HEX #04BDF9 Deep Sky Blue

📋 copy color: '#04BDF9'

red 4 ◦ green 189 ◦ blue 249

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

Shades of Deep Sky Blue #04BDF9

Tints of Deep Sky Blue #04BDF9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.76%

 BLUE value IS 249 (97.66% from 255) = 56.33%

R = 0.9%
G = 42.76%
B = 56.33%

CMYK

 C value IS 0.98

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#04BDF9 (or 0x04BDF9) is known color: Deep Sky Blue. HEX triplet: 04, BD and F9. RGB value is (4,189,249). Sum of RGB (Red+Green+Blue) = 4+189+249=442 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.90% from 442); Green value is 189 (74.22% from 255 or 42.76% from 442); Blue value is 249 (97.66% from 255 or 56.33% from 442); Max value from RGB is 249 - color contains mainly: blue. Hex color #04BDF9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04BDF9 is #FB4206. Grayscale: #8C8C8C. Windows color (decimal): -16466439 or 16366852. OLE color: 16366852.

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

Color convert

RGB 4 189 249 -
CMYK 0.98 0.24 0 0.02
HSL 194.69º 0.97% 0.5% -
HSV(B) 194.69º 0.98% 0.98% -
XYZ 35.35 43.26 96.11 -
YUV 140.53 189.21 30.62 -
System Red Green Blue C M Y K H S L
Decimal 4 189 249 0.98 0.24 0 0.02 194.69 0.97 0.5
Hex 4 BD F9 62 18 0 2 C3 61 32
Octal 4 275 371 142 30 0 2 303 141 62
Binary 100 10111101 11111001 1100010 11000 0 10 11000011 1100001 110010

Color Harmonies of #04BDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BDF9

Black with #04BDF9

Text Example


Text Example

White with #04BDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,189,249); }

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

background-color css

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

 a { background-color: rgb(4,189,249); }

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

border-color css

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

 span { border-color: rgb(4,189,249); }

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