Html Css Color HEX #0BA8FA Deep Sky Blue

📋 copy color: '#0BA8FA'

red 11 ◦ green 168 ◦ blue 250

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

Shades of Deep Sky Blue #0BA8FA

Tints of Deep Sky Blue #0BA8FA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.16%

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

R = 2.56%
G = 39.16%
B = 58.28%

CMYK

 C value IS 0.96

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0BA8FA (or 0x0BA8FA) is known color: Deep Sky Blue. HEX triplet: 0B, A8 and FA. RGB value is (11,168,250). Sum of RGB (Red+Green+Blue) = 11+168+250=429 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.56% from 429); Green value is 168 (66.02% from 255 or 39.16% from 429); Blue value is 250 (98.05% from 255 or 58.28% from 429); Max value from RGB is 250 - color contains mainly: blue. Hex color #0BA8FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BA8FA is #F45705. Grayscale: #818181. Windows color (decimal): -16013062 or 16427019. OLE color: 16427019.

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

Color convert

RGB 11 168 250 -
CMYK 0.96 0.33 0 0.02
HSL 200.59º 0.96% 0.51% -
HSV(B) 200.59º 0.96% 0.98% -
XYZ 31.4 34.98 95.54 -
YUV 130.41 195.49 42.83 -
System Red Green Blue C M Y K H S L
Decimal 11 168 250 0.96 0.33 0 0.02 200.59 0.96 0.51
Hex B A8 FA 60 21 0 2 C9 60 33
Octal 13 250 372 140 41 0 2 311 140 63
Binary 1011 10101000 11111010 1100000 100001 0 10 11001001 1100000 110011

Color Harmonies of #0BA8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA8FA

Black with #0BA8FA

Text Example


Text Example

White with #0BA8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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