Html Css Color HEX #04BBFC Deep Sky Blue

📋 copy color: '#04BBFC'

red 4 ◦ green 187 ◦ blue 252

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

Shades of Deep Sky Blue #04BBFC

Tints of Deep Sky Blue #04BBFC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.21%

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

R = 0.9%
G = 42.21%
B = 56.88%

CMYK

 C value IS 0.98

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#04BBFC (or 0x04BBFC) is known color: Deep Sky Blue. HEX triplet: 04, BB and FC. RGB value is (4,187,252). Sum of RGB (Red+Green+Blue) = 4+187+252=443 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.90% from 443); Green value is 187 (73.44% from 255 or 42.21% from 443); Blue value is 252 (98.83% from 255 or 56.88% from 443); Max value from RGB is 252 - color contains mainly: blue. Hex color #04BBFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04BBFC is #FB4403. Grayscale: #8B8B8B. Windows color (decimal): -16466948 or 16562948. OLE color: 16562948.

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

Color convert

RGB 4 187 252 -
CMYK 0.98 0.26 0 0.01
HSL 195.73º 0.98% 0.5% -
HSV(B) 195.73º 0.98% 0.99% -
XYZ 35.39 42.59 98.45 -
YUV 139.69 191.37 31.21 -
System Red Green Blue C M Y K H S L
Decimal 4 187 252 0.98 0.26 0 0.01 195.73 0.98 0.5
Hex 4 BB FC 62 1A 0 1 C4 62 32
Octal 4 273 374 142 32 0 1 304 142 62
Binary 100 10111011 11111100 1100010 11010 0 1 11000100 1100010 110010

Color Harmonies of #04BBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BBFC

Black with #04BBFC

Text Example


Text Example

White with #04BBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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