Html Css Color HEX #05BFF6 Deep Sky Blue

📋 copy color: '#05BFF6'

red 5 ◦ green 191 ◦ blue 246

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

Shades of Deep Sky Blue #05BFF6

Tints of Deep Sky Blue #05BFF6

RGB

 RED value IS 5 (2.34% from 255) = 1.13%

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

 BLUE value IS 246 (96.48% from 255) = 55.66%

R = 1.13%
G = 43.21%
B = 55.66%

CMYK

 C value IS 0.98

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#05BFF6 (or 0x05BFF6) is known color: Deep Sky Blue. HEX triplet: 05, BF and F6. RGB value is (5,191,246). Sum of RGB (Red+Green+Blue) = 5+191+246=442 (58% of max value = 765). Red value is 5 (2.34% from 255 or 1.13% from 442); Green value is 191 (75% from 255 or 43.21% from 442); Blue value is 246 (96.48% from 255 or 55.66% from 442); Max value from RGB is 246 - color contains mainly: blue. Hex color #05BFF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05BFF6 is #FA4009. Grayscale: #8D8D8D. Windows color (decimal): -16400394 or 16170757. OLE color: 16170757.

HSL color Cylindrical-coordinate representation of color #05BFF6: hue angle of 193.69º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05BFF6 is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 5 191 246 -
CMYK 0.98 0.22 0 0.04
HSL 193.69º 0.96% 0.49% -
HSV(B) 193.69º 0.98% 0.96% -
XYZ 35.33 43.95 93.81 -
YUV 141.66 186.88 30.53 -
System Red Green Blue C M Y K H S L
Decimal 5 191 246 0.98 0.22 0 0.04 193.69 0.96 0.49
Hex 5 BF F6 62 16 0 4 C2 60 31
Octal 5 277 366 142 26 0 4 302 140 61
Binary 101 10111111 11110110 1100010 10110 0 100 11000010 1100000 110001

Color Harmonies of #05BFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BFF6

Black with #05BFF6

Text Example


Text Example

White with #05BFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05BFF6; }

 p { color: rgb(5,191,246); }

 H1.HeaderClassName
 {
   color: #05BFF6;
 }
 .AnyTagClassName
 {
   color: #05BFF6;
 }
</style>

background-color css

<style>
 a { background-color: #05BFF6; }

 a { background-color: rgb(5,191,246); }

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

border-color css

<style>
 span { border-color: #05BFF6; }

 span { border-color: rgb(5,191,246); }

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