Html Css Color HEX #04BFE5 Deep Sky Blue

📋 copy color: '#04BFE5'

red 4 ◦ green 191 ◦ blue 229

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

Shades of Deep Sky Blue #04BFE5

Tints of Deep Sky Blue #04BFE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 54.01%

R = 0.94%
G = 45.05%
B = 54.01%

CMYK

 C value IS 0.98

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#04BFE5 (or 0x04BFE5) is known color: Deep Sky Blue. HEX triplet: 04, BF and E5. RGB value is (4,191,229). Sum of RGB (Red+Green+Blue) = 4+191+229=424 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.94% from 424); Green value is 191 (75% from 255 or 45.05% from 424); Blue value is 229 (89.84% from 255 or 54.01% from 424); Max value from RGB is 229 - color contains mainly: blue. Hex color #04BFE5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BFE5 is #FB401A. Grayscale: #8B8B8B. Windows color (decimal): -16465947 or 15056644. OLE color: 15056644.

HSL color Cylindrical-coordinate representation of color #04BFE5: hue angle of 190.13º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BFE5 is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 4 191 229 -
CMYK 0.98 0.17 0 0.10
HSL 190.13º 0.97% 0.46% -
HSV(B) 190.13º 0.98% 0.9% -
XYZ 32.82 42.94 80.69 -
YUV 139.42 178.55 31.41 -
System Red Green Blue C M Y K H S L
Decimal 4 191 229 0.98 0.17 0 0.10 190.13 0.97 0.46
Hex 4 BF E5 62 11 0 A BE 61 2E
Octal 4 277 345 142 21 0 12 276 141 56
Binary 100 10111111 11100101 1100010 10001 0 1010 10111110 1100001 101110

Color Harmonies of #04BFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BFE5

Black with #04BFE5

Text Example


Text Example

White with #04BFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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