Html Css Color HEX #05B3FE Deep Sky Blue

📋 copy color: '#05B3FE'

red 5 ◦ green 179 ◦ blue 254

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

Shades of Deep Sky Blue #05B3FE

Tints of Deep Sky Blue #05B3FE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.87%

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

R = 1.14%
G = 40.87%
B = 57.99%

CMYK

 C value IS 0.98

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#05B3FE (or 0x05B3FE) is known color: Deep Sky Blue. HEX triplet: 05, B3 and FE. RGB value is (5,179,254). Sum of RGB (Red+Green+Blue) = 5+179+254=438 (58% of max value = 765). Red value is 5 (2.34% from 255 or 1.14% from 438); Green value is 179 (70.31% from 255 or 40.87% from 438); Blue value is 254 (99.61% from 255 or 57.99% from 438); Max value from RGB is 254 - color contains mainly: blue. Hex color #05B3FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05B3FE is #FA4C01. Grayscale: #878787. Windows color (decimal): -16403458 or 16691973. OLE color: 16691973.

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

Color convert

RGB 5 179 254 -
CMYK 0.98 0.30 0 0.00
HSL 198.07º 0.99% 0.51% -
HSV(B) 198.07º 0.98% 1% -
XYZ 34.07 39.43 99.58 -
YUV 135.52 194.85 34.9 -
System Red Green Blue C M Y K H S L
Decimal 5 179 254 0.98 0.30 0 0.00 198.07 0.99 0.51
Hex 5 B3 FE 62 1E 0 0 C6 63 33
Octal 5 263 376 142 36 0 0 306 143 63
Binary 101 10110011 11111110 1100010 11110 0 0 11000110 1100011 110011

Color Harmonies of #05B3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B3FE

Black with #05B3FE

Text Example


Text Example

White with #05B3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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