Html Css Color HEX #04BEFC Deep Sky Blue

📋 copy color: '#04BEFC'

red 4 ◦ green 190 ◦ blue 252

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

Shades of Deep Sky Blue #04BEFC

Tints of Deep Sky Blue #04BEFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.5%

R = 0.9%
G = 42.6%
B = 56.5%

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

#04BEFC (or 0x04BEFC) is known color: Deep Sky Blue. HEX triplet: 04, BE and FC. RGB value is (4,190,252). Sum of RGB (Red+Green+Blue) = 4+190+252=446 (59% of max value = 765). Red value is 4 (1.95% from 255 or 0.90% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 252 (98.83% from 255 or 56.50% from 446); Max value from RGB is 252 - color contains mainly: blue. Hex color #04BEFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04BEFC is #FB4103. Grayscale: #8D8D8D. Windows color (decimal): -16466180 or 16563716. OLE color: 16563716.

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

Color convert

RGB 4 190 252 -
CMYK 0.98 0.25 0 0.01
HSL 195º 0.98% 0.5% -
HSV(B) 195º 0.98% 0.99% -
XYZ 36.03 43.88 98.67 -
YUV 141.45 190.38 29.96 -
System Red Green Blue C M Y K H S L
Decimal 4 190 252 0.98 0.25 0 0.01 195 0.98 0.5
Hex 4 BE FC 62 19 0 1 C3 62 32
Octal 4 276 374 142 31 0 1 303 142 62
Binary 100 10111110 11111100 1100010 11001 0 1 11000011 1100010 110010

Color Harmonies of #04BEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BEFC

Black with #04BEFC

Text Example


Text Example

White with #04BEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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