Html Css Color HEX #04BCFC Deep Sky Blue

📋 copy color: '#04BCFC'

red 4 ◦ green 188 ◦ blue 252

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

Shades of Deep Sky Blue #04BCFC

Tints of Deep Sky Blue #04BCFC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.34%

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

R = 0.9%
G = 42.34%
B = 56.76%

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

#04BCFC (or 0x04BCFC) is known color: Deep Sky Blue. HEX triplet: 04, BC and FC. RGB value is (4,188,252). Sum of RGB (Red+Green+Blue) = 4+188+252=444 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.90% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 252 (98.83% from 255 or 56.76% from 444); Max value from RGB is 252 - color contains mainly: blue. Hex color #04BCFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04BCFC is #FB4303. Grayscale: #8B8B8B. Windows color (decimal): -16466692 or 16563204. OLE color: 16563204.

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

Color convert

RGB 4 188 252 -
CMYK 0.98 0.25 0 0.01
HSL 195.48º 0.98% 0.5% -
HSV(B) 195.48º 0.98% 0.99% -
XYZ 35.6 43.02 98.52 -
YUV 140.28 191.04 30.8 -
System Red Green Blue C M Y K H S L
Decimal 4 188 252 0.98 0.25 0 0.01 195.48 0.98 0.5
Hex 4 BC FC 62 19 0 1 C3 62 32
Octal 4 274 374 142 31 0 1 303 142 62
Binary 100 10111100 11111100 1100010 11001 0 1 11000011 1100010 110010

Color Harmonies of #04BCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BCFC

Black with #04BCFC

Text Example


Text Example

White with #04BCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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