Html Css Color HEX #04BFE9 Deep Sky Blue

📋 copy color: '#04BFE9'

red 4 ◦ green 191 ◦ blue 233

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

Shades of Deep Sky Blue #04BFE9

Tints of Deep Sky Blue #04BFE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 54.44%

R = 0.93%
G = 44.63%
B = 54.44%

CMYK

 C value IS 0.98

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#04BFE9 (or 0x04BFE9) is known color: Deep Sky Blue. HEX triplet: 04, BF and E9. RGB value is (4,191,233). Sum of RGB (Red+Green+Blue) = 4+191+233=428 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.93% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 233 (91.41% from 255 or 54.44% from 428); Max value from RGB is 233 - color contains mainly: blue. Hex color #04BFE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04BFE9 is #FB4016. Grayscale: #8B8B8B. Windows color (decimal): -16465943 or 15318788. OLE color: 15318788.

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

Color convert

RGB 4 191 233 -
CMYK 0.98 0.18 0 0.09
HSL 191º 0.97% 0.46% -
HSV(B) 191º 0.98% 0.91% -
XYZ 33.39 43.17 83.66 -
YUV 139.88 180.55 31.08 -
System Red Green Blue C M Y K H S L
Decimal 4 191 233 0.98 0.18 0 0.09 191 0.97 0.46
Hex 4 BF E9 62 12 0 9 BF 61 2E
Octal 4 277 351 142 22 0 11 277 141 56
Binary 100 10111111 11101001 1100010 10010 0 1001 10111111 1100001 101110

Color Harmonies of #04BFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BFE9

Black with #04BFE9

Text Example


Text Example

White with #04BFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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