Html Css Color HEX #04BAFE Deep Sky Blue

📋 copy color: '#04BAFE'

red 4 ◦ green 186 ◦ blue 254

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

Shades of Deep Sky Blue #04BAFE

Tints of Deep Sky Blue #04BAFE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.89%

 BLUE value IS 254 (99.61% from 255) = 57.21%

R = 0.9%
G = 41.89%
B = 57.21%

CMYK

 C value IS 0.98

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#04BAFE (or 0x04BAFE) is known color: Deep Sky Blue. HEX triplet: 04, BA and FE. RGB value is (4,186,254). Sum of RGB (Red+Green+Blue) = 4+186+254=444 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.90% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 254 (99.61% from 255 or 57.21% from 444); Max value from RGB is 254 - color contains mainly: blue. Hex color #04BAFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04BAFE is #FB4501. Grayscale: #8A8A8A. Windows color (decimal): -16467202 or 16693764. OLE color: 16693764.

HSL color Cylindrical-coordinate representation of color #04BAFE: hue angle of 196.32º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BAFE is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 4 186 254 -
CMYK 0.98 0.27 0 0.00
HSL 196.32º 0.99% 0.51% -
HSV(B) 196.32º 0.98% 1% -
XYZ 35.5 42.3 100.06 -
YUV 139.33 192.7 31.47 -
System Red Green Blue C M Y K H S L
Decimal 4 186 254 0.98 0.27 0 0.00 196.32 0.99 0.51
Hex 4 BA FE 62 1B 0 0 C4 63 33
Octal 4 272 376 142 33 0 0 304 143 63
Binary 100 10111010 11111110 1100010 11011 0 0 11000100 1100011 110011

Color Harmonies of #04BAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BAFE

Black with #04BAFE

Text Example


Text Example

White with #04BAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,186,254); }

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

background-color css

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

 a { background-color: rgb(4,186,254); }

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

border-color css

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

 span { border-color: rgb(4,186,254); }

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