Html Css Color HEX #04BAFA Deep Sky Blue

📋 copy color: '#04BAFA'

red 4 ◦ green 186 ◦ blue 250

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

Shades of Deep Sky Blue #04BAFA

Tints of Deep Sky Blue #04BAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 56.82%

R = 0.91%
G = 42.27%
B = 56.82%

CMYK

 C value IS 0.98

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#04BAFA (or 0x04BAFA) is known color: Deep Sky Blue. HEX triplet: 04, BA and FA. RGB value is (4,186,250). Sum of RGB (Red+Green+Blue) = 4+186+250=440 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.91% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 250 (98.05% from 255 or 56.82% from 440); Max value from RGB is 250 - color contains mainly: blue. Hex color #04BAFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04BAFA is #FB4505. Grayscale: #8A8A8A. Windows color (decimal): -16467206 or 16431620. OLE color: 16431620.

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

Color convert

RGB 4 186 250 -
CMYK 0.98 0.26 0 0.02
HSL 195.61º 0.97% 0.5% -
HSV(B) 195.61º 0.98% 0.98% -
XYZ 34.86 42.05 96.72 -
YUV 138.88 190.7 31.8 -
System Red Green Blue C M Y K H S L
Decimal 4 186 250 0.98 0.26 0 0.02 195.61 0.97 0.5
Hex 4 BA FA 62 1A 0 2 C4 61 32
Octal 4 272 372 142 32 0 2 304 141 62
Binary 100 10111010 11111010 1100010 11010 0 10 11000100 1100001 110010

Color Harmonies of #04BAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BAFA

Black with #04BAFA

Text Example


Text Example

White with #04BAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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