Html Css Color HEX #0BA8FB Deep Sky Blue

📋 copy color: '#0BA8FB'

red 11 ◦ green 168 ◦ blue 251

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

Shades of Deep Sky Blue #0BA8FB

Tints of Deep Sky Blue #0BA8FB

RGB

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

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

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

R = 2.56%
G = 39.07%
B = 58.37%

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

#0BA8FB (or 0x0BA8FB) is known color: Deep Sky Blue. HEX triplet: 0B, A8 and FB. RGB value is (11,168,251). Sum of RGB (Red+Green+Blue) = 11+168+251=430 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.56% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 251 (98.44% from 255 or 58.37% from 430); Max value from RGB is 251 - color contains mainly: blue. Hex color #0BA8FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BA8FB is #F45704. Grayscale: #828282. Windows color (decimal): -16013061 or 16492555. OLE color: 16492555.

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

Color convert

RGB 11 168 251 -
CMYK 0.96 0.33 0 0.02
HSL 200.75º 0.97% 0.51% -
HSV(B) 200.75º 0.96% 0.98% -
XYZ 31.55 35.04 96.37 -
YUV 130.52 195.99 42.75 -
System Red Green Blue C M Y K H S L
Decimal 11 168 251 0.96 0.33 0 0.02 200.75 0.97 0.51
Hex B A8 FB 60 21 0 2 C9 61 33
Octal 13 250 373 140 41 0 2 311 141 63
Binary 1011 10101000 11111011 1100000 100001 0 10 11001001 1100001 110011

Color Harmonies of #0BA8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA8FB

Black with #0BA8FB

Text Example


Text Example

White with #0BA8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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