Html Css Color HEX #04BFFE Deep Sky Blue

📋 copy color: '#04BFFE'

red 4 ◦ green 191 ◦ blue 254

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

Shades of Deep Sky Blue #04BFFE

Tints of Deep Sky Blue #04BFFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 56.57%

R = 0.89%
G = 42.54%
B = 56.57%

CMYK

 C value IS 0.98

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#04BFFE (or 0x04BFFE) is known color: Deep Sky Blue. HEX triplet: 04, BF and FE. RGB value is (4,191,254). Sum of RGB (Red+Green+Blue) = 4+191+254=449 (59% of max value = 765). Red value is 4 (1.95% from 255 or 0.89% from 449); Green value is 191 (75% from 255 or 42.54% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #04BFFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04BFFE is #FB4001. Grayscale: #8D8D8D. Windows color (decimal): -16465922 or 16695044. OLE color: 16695044.

HSL color Cylindrical-coordinate representation of color #04BFFE: hue angle of 195.12º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BFFE is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 4 191 254 -
CMYK 0.98 0.25 0 0.00
HSL 195.12º 0.99% 0.51% -
HSV(B) 195.12º 0.98% 1% -
XYZ 36.57 44.44 100.42 -
YUV 142.27 191.05 29.38 -
System Red Green Blue C M Y K H S L
Decimal 4 191 254 0.98 0.25 0 0.00 195.12 0.99 0.51
Hex 4 BF FE 62 19 0 0 C3 63 33
Octal 4 277 376 142 31 0 0 303 143 63
Binary 100 10111111 11111110 1100010 11001 0 0 11000011 1100011 110011

Color Harmonies of #04BFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BFFE

Black with #04BFFE

Text Example


Text Example

White with #04BFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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