Html Css Color HEX #04BDF7 Deep Sky Blue

📋 copy color: '#04BDF7'

red 4 ◦ green 189 ◦ blue 247

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

Shades of Deep Sky Blue #04BDF7

Tints of Deep Sky Blue #04BDF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 56.14%

R = 0.91%
G = 42.95%
B = 56.14%

CMYK

 C value IS 0.98

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#04BDF7 (or 0x04BDF7) is known color: Deep Sky Blue. HEX triplet: 04, BD and F7. RGB value is (4,189,247). Sum of RGB (Red+Green+Blue) = 4+189+247=440 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.91% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 247 (96.88% from 255 or 56.14% from 440); Max value from RGB is 247 - color contains mainly: blue. Hex color #04BDF7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04BDF7 is #FB4208. Grayscale: #8B8B8B. Windows color (decimal): -16466441 or 16235780. OLE color: 16235780.

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

Color convert

RGB 4 189 247 -
CMYK 0.98 0.23 0 0.03
HSL 194.32º 0.97% 0.49% -
HSV(B) 194.32º 0.98% 0.97% -
XYZ 35.04 43.14 94.48 -
YUV 140.3 188.21 30.78 -
System Red Green Blue C M Y K H S L
Decimal 4 189 247 0.98 0.23 0 0.03 194.32 0.97 0.49
Hex 4 BD F7 62 17 0 3 C2 61 31
Octal 4 275 367 142 27 0 3 302 141 61
Binary 100 10111101 11110111 1100010 10111 0 11 11000010 1100001 110001

Color Harmonies of #04BDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BDF7

Black with #04BDF7

Text Example


Text Example

White with #04BDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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