Html Css Color HEX #05B0FA Deep Sky Blue

📋 copy color: '#05B0FA'

red 5 ◦ green 176 ◦ blue 250

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

Shades of Deep Sky Blue #05B0FA

Tints of Deep Sky Blue #05B0FA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.84%

 BLUE value IS 250 (98.05% from 255) = 58%

R = 1.16%
G = 40.84%
B = 58%

CMYK

 C value IS 0.98

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#05B0FA (or 0x05B0FA) is known color: Deep Sky Blue. HEX triplet: 05, B0 and FA. RGB value is (5,176,250). Sum of RGB (Red+Green+Blue) = 5+176+250=431 (57% of max value = 765). Red value is 5 (2.34% from 255 or 1.16% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #05B0FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #05B0FA is #FA4F05. Grayscale: #848484. Windows color (decimal): -16404230 or 16429061. OLE color: 16429061.

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

Color convert

RGB 5 176 250 -
CMYK 0.98 0.30 0 0.02
HSL 198.12º 0.96% 0.5% -
HSV(B) 198.12º 0.98% 0.98% -
XYZ 32.84 37.99 96.04 -
YUV 133.31 193.85 36.48 -
System Red Green Blue C M Y K H S L
Decimal 5 176 250 0.98 0.30 0 0.02 198.12 0.96 0.5
Hex 5 B0 FA 62 1E 0 2 C6 60 32
Octal 5 260 372 142 36 0 2 306 140 62
Binary 101 10110000 11111010 1100010 11110 0 10 11000110 1100000 110010

Color Harmonies of #05B0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B0FA

Black with #05B0FA

Text Example


Text Example

White with #05B0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,176,250); }

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

background-color css

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

 a { background-color: rgb(5,176,250); }

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

border-color css

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

 span { border-color: rgb(5,176,250); }

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