Html Css Color HEX #04BFEA Deep Sky Blue

📋 copy color: '#04BFEA'

red 4 ◦ green 191 ◦ blue 234

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

Shades of Deep Sky Blue #04BFEA

Tints of Deep Sky Blue #04BFEA

RGB

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

 GREEN value IS 191 (75% from 255) = 44.52%

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

R = 0.93%
G = 44.52%
B = 54.55%

CMYK

 C value IS 0.98

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#04BFEA (or 0x04BFEA) is known color: Deep Sky Blue. HEX triplet: 04, BF and EA. RGB value is (4,191,234). Sum of RGB (Red+Green+Blue) = 4+191+234=429 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.93% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 234 (91.80% from 255 or 54.55% from 429); Max value from RGB is 234 - color contains mainly: blue. Hex color #04BFEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04BFEA is #FB4015. Grayscale: #8B8B8B. Windows color (decimal): -16465942 or 15384324. OLE color: 15384324.

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

Color convert

RGB 4 191 234 -
CMYK 0.98 0.18 0 0.08
HSL 191.22º 0.97% 0.47% -
HSV(B) 191.22º 0.98% 0.92% -
XYZ 33.53 43.23 84.42 -
YUV 139.99 181.05 31 -
System Red Green Blue C M Y K H S L
Decimal 4 191 234 0.98 0.18 0 0.08 191.22 0.97 0.47
Hex 4 BF EA 62 12 0 8 BF 61 2F
Octal 4 277 352 142 22 0 10 277 141 57
Binary 100 10111111 11101010 1100010 10010 0 1000 10111111 1100001 101111

Color Harmonies of #04BFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BFEA

Black with #04BFEA

Text Example


Text Example

White with #04BFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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