Html Css Color HEX #04BCFB Deep Sky Blue

📋 copy color: '#04BCFB'

red 4 ◦ green 188 ◦ blue 251

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

Shades of Deep Sky Blue #04BCFB

Tints of Deep Sky Blue #04BCFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 56.66%

R = 0.9%
G = 42.44%
B = 56.66%

CMYK

 C value IS 0.98

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#04BCFB (or 0x04BCFB) is known color: Deep Sky Blue. HEX triplet: 04, BC and FB. RGB value is (4,188,251). Sum of RGB (Red+Green+Blue) = 4+188+251=443 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.90% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 251 (98.44% from 255 or 56.66% from 443); Max value from RGB is 251 - color contains mainly: blue. Hex color #04BCFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04BCFB is #FB4304. Grayscale: #8B8B8B. Windows color (decimal): -16466693 or 16497668. OLE color: 16497668.

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

Color convert

RGB 4 188 251 -
CMYK 0.98 0.25 0 0.02
HSL 195.3º 0.97% 0.5% -
HSV(B) 195.3º 0.98% 0.98% -
XYZ 35.45 42.96 97.69 -
YUV 140.17 190.54 30.88 -
System Red Green Blue C M Y K H S L
Decimal 4 188 251 0.98 0.25 0 0.02 195.3 0.97 0.5
Hex 4 BC FB 62 19 0 2 C3 61 32
Octal 4 274 373 142 31 0 2 303 141 62
Binary 100 10111100 11111011 1100010 11001 0 10 11000011 1100001 110010

Color Harmonies of #04BCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BCFB

Black with #04BCFB

Text Example


Text Example

White with #04BCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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