Html Css Color HEX #0BA6FA Deep Sky Blue

📋 copy color: '#0BA6FA'

red 11 ◦ green 166 ◦ blue 250

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

Shades of Deep Sky Blue #0BA6FA

Tints of Deep Sky Blue #0BA6FA

RGB

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

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

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

R = 2.58%
G = 38.88%
B = 58.55%

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

#0BA6FA (or 0x0BA6FA) is known color: Deep Sky Blue. HEX triplet: 0B, A6 and FA. RGB value is (11,166,250). Sum of RGB (Red+Green+Blue) = 11+166+250=427 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.58% from 427); Green value is 166 (65.23% from 255 or 38.88% from 427); Blue value is 250 (98.05% from 255 or 58.55% from 427); Max value from RGB is 250 - color contains mainly: blue. Hex color #0BA6FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BA6FA is #F45905. Grayscale: #808080. Windows color (decimal): -16013574 or 16426507. OLE color: 16426507.

HSL color Cylindrical-coordinate representation of color #0BA6FA: hue angle of 201.09º degrees, saturation: 0.96, 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 #0BA6FA is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 11 166 250 -
CMYK 0.96 0.34 0 0.02
HSL 201.09º 0.96% 0.51% -
HSV(B) 201.09º 0.96% 0.98% -
XYZ 31.03 34.25 95.42 -
YUV 129.23 196.15 43.67 -
System Red Green Blue C M Y K H S L
Decimal 11 166 250 0.96 0.34 0 0.02 201.09 0.96 0.51
Hex B A6 FA 60 22 0 2 C9 60 33
Octal 13 246 372 140 42 0 2 311 140 63
Binary 1011 10100110 11111010 1100000 100010 0 10 11001001 1100000 110011

Color Harmonies of #0BA6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA6FA

Black with #0BA6FA

Text Example


Text Example

White with #0BA6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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