Html Css Color HEX #04B8FC Deep Sky Blue

📋 copy color: '#04B8FC'

red 4 ◦ green 184 ◦ blue 252

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

Shades of Deep Sky Blue #04B8FC

Tints of Deep Sky Blue #04B8FC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.82%

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

R = 0.91%
G = 41.82%
B = 57.27%

CMYK

 C value IS 0.98

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#04B8FC (or 0x04B8FC) is known color: Deep Sky Blue. HEX triplet: 04, B8 and FC. RGB value is (4,184,252). Sum of RGB (Red+Green+Blue) = 4+184+252=440 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.91% from 440); Green value is 184 (72.27% from 255 or 41.82% from 440); Blue value is 252 (98.83% from 255 or 57.27% from 440); Max value from RGB is 252 - color contains mainly: blue. Hex color #04B8FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04B8FC is #FB4703. Grayscale: #898989. Windows color (decimal): -16467716 or 16562180. OLE color: 16562180.

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

Color convert

RGB 4 184 252 -
CMYK 0.98 0.27 0 0.01
HSL 196.45º 0.98% 0.5% -
HSV(B) 196.45º 0.98% 0.99% -
XYZ 34.76 41.34 98.24 -
YUV 137.93 192.37 32.47 -
System Red Green Blue C M Y K H S L
Decimal 4 184 252 0.98 0.27 0 0.01 196.45 0.98 0.5
Hex 4 B8 FC 62 1B 0 1 C4 62 32
Octal 4 270 374 142 33 0 1 304 142 62
Binary 100 10111000 11111100 1100010 11011 0 1 11000100 1100010 110010

Color Harmonies of #04B8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B8FC

Black with #04B8FC

Text Example


Text Example

White with #04B8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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