Html Css Color HEX #04BEFD Deep Sky Blue

📋 copy color: '#04BEFD'

red 4 ◦ green 190 ◦ blue 253

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

Shades of Deep Sky Blue #04BEFD

Tints of Deep Sky Blue #04BEFD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.51%

 BLUE value IS 253 (99.22% from 255) = 56.6%

R = 0.89%
G = 42.51%
B = 56.6%

CMYK

 C value IS 0.98

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#04BEFD (or 0x04BEFD) is known color: Deep Sky Blue. HEX triplet: 04, BE and FD. RGB value is (4,190,253). Sum of RGB (Red+Green+Blue) = 4+190+253=447 (59% of max value = 765). Red value is 4 (1.95% from 255 or 0.89% from 447); Green value is 190 (74.61% from 255 or 42.51% from 447); Blue value is 253 (99.22% from 255 or 56.60% from 447); Max value from RGB is 253 - color contains mainly: blue. Hex color #04BEFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04BEFD is #FB4102. Grayscale: #8D8D8D. Windows color (decimal): -16466179 or 16629252. OLE color: 16629252.

HSL color Cylindrical-coordinate representation of color #04BEFD: hue angle of 195.18º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BEFD is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 4 190 253 -
CMYK 0.98 0.25 0 0.01
HSL 195.18º 0.98% 0.5% -
HSV(B) 195.18º 0.98% 0.99% -
XYZ 36.19 43.94 99.5 -
YUV 141.57 190.88 29.88 -
System Red Green Blue C M Y K H S L
Decimal 4 190 253 0.98 0.25 0 0.01 195.18 0.98 0.5
Hex 4 BE FD 62 19 0 1 C3 62 32
Octal 4 276 375 142 31 0 1 303 142 62
Binary 100 10111110 11111101 1100010 11001 0 1 11000011 1100010 110010

Color Harmonies of #04BEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BEFD

Black with #04BEFD

Text Example


Text Example

White with #04BEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,190,253); }

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

background-color css

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

 a { background-color: rgb(4,190,253); }

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

border-color css

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

 span { border-color: rgb(4,190,253); }

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