Html Css Color HEX #04BAEA Deep Sky Blue

📋 copy color: '#04BAEA'

red 4 ◦ green 186 ◦ blue 234

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

Shades of Deep Sky Blue #04BAEA

Tints of Deep Sky Blue #04BAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 55.19%

R = 0.94%
G = 43.87%
B = 55.19%

CMYK

 C value IS 0.98

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#04BAEA (or 0x04BAEA) is known color: Deep Sky Blue. HEX triplet: 04, BA and EA. RGB value is (4,186,234). Sum of RGB (Red+Green+Blue) = 4+186+234=424 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.94% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 234 (91.80% from 255 or 55.19% from 424); Max value from RGB is 234 - color contains mainly: blue. Hex color #04BAEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04BAEA is #FB4515. Grayscale: #888888. Windows color (decimal): -16467222 or 15383044. OLE color: 15383044.

HSL color Cylindrical-coordinate representation of color #04BAEA: hue angle of 192.52º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BAEA is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 4 186 234 -
CMYK 0.98 0.21 0 0.08
HSL 192.52º 0.97% 0.47% -
HSV(B) 192.52º 0.98% 0.92% -
XYZ 32.46 41.08 84.06 -
YUV 137.05 182.7 33.1 -
System Red Green Blue C M Y K H S L
Decimal 4 186 234 0.98 0.21 0 0.08 192.52 0.97 0.47
Hex 4 BA EA 62 15 0 8 C1 61 2F
Octal 4 272 352 142 25 0 10 301 141 57
Binary 100 10111010 11101010 1100010 10101 0 1000 11000001 1100001 101111

Color Harmonies of #04BAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BAEA

Black with #04BAEA

Text Example


Text Example

White with #04BAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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