Html Css Color HEX #04BAF8 Deep Sky Blue

📋 copy color: '#04BAF8'

red 4 ◦ green 186 ◦ blue 248

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

Shades of Deep Sky Blue #04BAF8

Tints of Deep Sky Blue #04BAF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 56.62%

R = 0.91%
G = 42.47%
B = 56.62%

CMYK

 C value IS 0.98

 M value IS 0.25

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#04BAF8 (or 0x04BAF8) is known color: Deep Sky Blue. HEX triplet: 04, BA and F8. RGB value is (4,186,248). Sum of RGB (Red+Green+Blue) = 4+186+248=438 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.91% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 248 (97.27% from 255 or 56.62% from 438); Max value from RGB is 248 - color contains mainly: blue. Hex color #04BAF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04BAF8 is #FB4507. Grayscale: #8A8A8A. Windows color (decimal): -16467208 or 16300548. OLE color: 16300548.

HSL color Cylindrical-coordinate representation of color #04BAF8: hue angle of 195.25º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BAF8 is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 4 186 248 -
CMYK 0.98 0.25 0 0.03
HSL 195.25º 0.97% 0.49% -
HSV(B) 195.25º 0.98% 0.97% -
XYZ 34.55 41.92 95.08 -
YUV 138.65 189.7 31.96 -
System Red Green Blue C M Y K H S L
Decimal 4 186 248 0.98 0.25 0 0.03 195.25 0.97 0.49
Hex 4 BA F8 62 19 0 3 C3 61 31
Octal 4 272 370 142 31 0 3 303 141 61
Binary 100 10111010 11111000 1100010 11001 0 11 11000011 1100001 110001

Color Harmonies of #04BAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BAF8

Black with #04BAF8

Text Example


Text Example

White with #04BAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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