Html Css Color HEX #04BFFF Deep Sky Blue

📋 copy color: '#04BFFF'

red 4 ◦ green 191 ◦ blue 255

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

Shades of Deep Sky Blue #04BFFF

Tints of Deep Sky Blue #04BFFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.67%

R = 0.89%
G = 42.44%
B = 56.67%

CMYK

 C value IS 0.98

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#04BFFF (or 0x04BFFF) is known color: Deep Sky Blue. HEX triplet: 04, BF and FF. RGB value is (4,191,255). Sum of RGB (Red+Green+Blue) = 4+191+255=450 (59% of max value = 765). Red value is 4 (1.95% from 255 or 0.89% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #04BFFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04BFFF is #FB4000. Grayscale: #8D8D8D. Windows color (decimal): -16465921 or 16760580. OLE color: 16760580.

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

Color convert

RGB 4 191 255 -
CMYK 0.98 0.25 0 0
HSL 195.3º 1% 0.51% -
HSV(B) 195.3º 0.98% 1% -
XYZ 36.73 44.51 101.26 -
YUV 142.38 191.55 29.3 -
System Red Green Blue C M Y K H S L
Decimal 4 191 255 0.98 0.25 0 0 195.3 1 0.51
Hex 4 BF FF 62 19 0 0 C3 64 33
Octal 4 277 377 142 31 0 0 303 144 63
Binary 100 10111111 11111111 1100010 11001 0 0 11000011 1100100 110011

Color Harmonies of #04BFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BFFF

Black with #04BFFF

Text Example


Text Example

White with #04BFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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