Html Css Color HEX #05BAFE Deep Sky Blue

📋 copy color: '#05BAFE'

red 5 ◦ green 186 ◦ blue 254

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

Shades of Deep Sky Blue #05BAFE

Tints of Deep Sky Blue #05BAFE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.8%

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

R = 1.12%
G = 41.8%
B = 57.08%

CMYK

 C value IS 0.98

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#05BAFE (or 0x05BAFE) is known color: Deep Sky Blue. HEX triplet: 05, BA and FE. RGB value is (5,186,254). Sum of RGB (Red+Green+Blue) = 5+186+254=445 (58% of max value = 765). Red value is 5 (2.34% from 255 or 1.12% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #05BAFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05BAFE is #FA4501. Grayscale: #8B8B8B. Windows color (decimal): -16401666 or 16693765. OLE color: 16693765.

HSL color Cylindrical-coordinate representation of color #05BAFE: hue angle of 196.39º 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 #05BAFE is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 5 186 254 -
CMYK 0.98 0.27 0 0.00
HSL 196.39º 0.99% 0.51% -
HSV(B) 196.39º 0.98% 1% -
XYZ 35.51 42.31 100.06 -
YUV 139.63 192.53 31.97 -
System Red Green Blue C M Y K H S L
Decimal 5 186 254 0.98 0.27 0 0.00 196.39 0.99 0.51
Hex 5 BA FE 62 1B 0 0 C4 63 33
Octal 5 272 376 142 33 0 0 304 143 63
Binary 101 10111010 11111110 1100010 11011 0 0 11000100 1100011 110011

Color Harmonies of #05BAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BAFE

Black with #05BAFE

Text Example


Text Example

White with #05BAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,186,254); }

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

background-color css

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

 a { background-color: rgb(5,186,254); }

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

border-color css

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

 span { border-color: rgb(5,186,254); }

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