Html Css Color HEX #04BAEB Deep Sky Blue

📋 copy color: '#04BAEB'

red 4 ◦ green 186 ◦ blue 235

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

Shades of Deep Sky Blue #04BAEB

Tints of Deep Sky Blue #04BAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 55.29%

R = 0.94%
G = 43.76%
B = 55.29%

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

#04BAEB (or 0x04BAEB) is known color: Deep Sky Blue. HEX triplet: 04, BA and EB. RGB value is (4,186,235). Sum of RGB (Red+Green+Blue) = 4+186+235=425 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.94% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 235 (92.19% from 255 or 55.29% from 425); Max value from RGB is 235 - color contains mainly: blue. Hex color #04BAEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04BAEB is #FB4514. Grayscale: #888888. Windows color (decimal): -16467221 or 15448580. OLE color: 15448580.

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

Color convert

RGB 4 186 235 -
CMYK 0.98 0.21 0 0.08
HSL 192.73º 0.97% 0.47% -
HSV(B) 192.73º 0.98% 0.92% -
XYZ 32.6 41.14 84.82 -
YUV 137.17 183.2 33.02 -
System Red Green Blue C M Y K H S L
Decimal 4 186 235 0.98 0.21 0 0.08 192.73 0.97 0.47
Hex 4 BA EB 62 15 0 8 C1 61 2F
Octal 4 272 353 142 25 0 10 301 141 57
Binary 100 10111010 11101011 1100010 10101 0 1000 11000001 1100001 101111

Color Harmonies of #04BAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BAEB

Black with #04BAEB

Text Example


Text Example

White with #04BAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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