Html Css Color HEX #0BA5FB Deep Sky Blue

📋 copy color: '#0BA5FB'

red 11 ◦ green 165 ◦ blue 251

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

Shades of Deep Sky Blue #0BA5FB

Tints of Deep Sky Blue #0BA5FB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.64%

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

R = 2.58%
G = 38.64%
B = 58.78%

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

#0BA5FB (or 0x0BA5FB) is known color: Deep Sky Blue. HEX triplet: 0B, A5 and FB. RGB value is (11,165,251). Sum of RGB (Red+Green+Blue) = 11+165+251=427 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.58% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 251 (98.44% from 255 or 58.78% from 427); Max value from RGB is 251 - color contains mainly: blue. Hex color #0BA5FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BA5FB is #F45A04. Grayscale: #808080. Windows color (decimal): -16013829 or 16491787. OLE color: 16491787.

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

Color convert

RGB 11 165 251 -
CMYK 0.96 0.34 0 0.02
HSL 201.5º 0.97% 0.51% -
HSV(B) 201.5º 0.96% 0.98% -
XYZ 31.01 33.95 96.18 -
YUV 128.76 196.98 44.01 -
System Red Green Blue C M Y K H S L
Decimal 11 165 251 0.96 0.34 0 0.02 201.5 0.97 0.51
Hex B A5 FB 60 22 0 2 CA 61 33
Octal 13 245 373 140 42 0 2 312 141 63
Binary 1011 10100101 11111011 1100000 100010 0 10 11001010 1100001 110011

Color Harmonies of #0BA5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA5FB

Black with #0BA5FB

Text Example


Text Example

White with #0BA5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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