Html Css Color HEX #05BCF1 Deep Sky Blue

📋 copy color: '#05BCF1'

red 5 ◦ green 188 ◦ blue 241

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

Shades of Deep Sky Blue #05BCF1

Tints of Deep Sky Blue #05BCF1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.32%

 BLUE value IS 241 (94.53% from 255) = 55.53%

R = 1.15%
G = 43.32%
B = 55.53%

CMYK

 C value IS 0.98

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#05BCF1 (or 0x05BCF1) is known color: Deep Sky Blue. HEX triplet: 05, BC and F1. RGB value is (5,188,241). Sum of RGB (Red+Green+Blue) = 5+188+241=434 (57% of max value = 765). Red value is 5 (2.34% from 255 or 1.15% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 241 (94.53% from 255 or 55.53% from 434); Max value from RGB is 241 - color contains mainly: blue. Hex color #05BCF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05BCF1 is #FA430E. Grayscale: #8A8A8A. Windows color (decimal): -16401167 or 15842309. OLE color: 15842309.

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

Color convert

RGB 5 188 241 -
CMYK 0.98 0.22 0 0.05
HSL 193.47º 0.96% 0.48% -
HSV(B) 193.47º 0.98% 0.95% -
XYZ 33.92 42.35 89.61 -
YUV 139.33 185.37 32.19 -
System Red Green Blue C M Y K H S L
Decimal 5 188 241 0.98 0.22 0 0.05 193.47 0.96 0.48
Hex 5 BC F1 62 16 0 5 C1 60 30
Octal 5 274 361 142 26 0 5 301 140 60
Binary 101 10111100 11110001 1100010 10110 0 101 11000001 1100000 110000

Color Harmonies of #05BCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BCF1

Black with #05BCF1

Text Example


Text Example

White with #05BCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,188,241); }

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

background-color css

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

 a { background-color: rgb(5,188,241); }

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

border-color css

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

 span { border-color: rgb(5,188,241); }

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