Html Css Color HEX #0BA6FB Deep Sky Blue

📋 copy color: '#0BA6FB'

red 11 ◦ green 166 ◦ blue 251

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

Shades of Deep Sky Blue #0BA6FB

Tints of Deep Sky Blue #0BA6FB

RGB

 RED value IS 11 (4.69% from 255) = 2.57%

 GREEN value IS 166 (65.23% from 255) = 38.79%

 BLUE value IS 251 (98.44% from 255) = 58.64%

R = 2.57%
G = 38.79%
B = 58.64%

CMYK

 C value IS 0.96

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0BA6FB (or 0x0BA6FB) is known color: Deep Sky Blue. HEX triplet: 0B, A6 and FB. RGB value is (11,166,251). Sum of RGB (Red+Green+Blue) = 11+166+251=428 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.57% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 251 (98.44% from 255 or 58.64% from 428); Max value from RGB is 251 - color contains mainly: blue. Hex color #0BA6FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BA6FB is #F45904. Grayscale: #808080. Windows color (decimal): -16013573 or 16492043. OLE color: 16492043.

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

Color convert

RGB 11 166 251 -
CMYK 0.96 0.34 0 0.02
HSL 201.25º 0.97% 0.51% -
HSV(B) 201.25º 0.96% 0.98% -
XYZ 31.19 34.31 96.25 -
YUV 129.35 196.65 43.59 -
System Red Green Blue C M Y K H S L
Decimal 11 166 251 0.96 0.34 0 0.02 201.25 0.97 0.51
Hex B A6 FB 60 22 0 2 C9 61 33
Octal 13 246 373 140 42 0 2 311 141 63
Binary 1011 10100110 11111011 1100000 100010 0 10 11001001 1100001 110011

Color Harmonies of #0BA6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA6FB

Black with #0BA6FB

Text Example


Text Example

White with #0BA6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0BA6FB; }

 p { color: rgb(11,166,251); }

 H1.HeaderClassName
 {
   color: #0BA6FB;
 }
 .AnyTagClassName
 {
   color: #0BA6FB;
 }
</style>

background-color css

<style>
 a { background-color: #0BA6FB; }

 a { background-color: rgb(11,166,251); }

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

border-color css

<style>
 span { border-color: #0BA6FB; }

 span { border-color: rgb(11,166,251); }

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