Html Css Color HEX #0BA5FF Deep Sky Blue

📋 copy color: '#0BA5FF'

red 11 ◦ green 165 ◦ blue 255

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

Shades of Deep Sky Blue #0BA5FF

Tints of Deep Sky Blue #0BA5FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 59.16%

R = 2.55%
G = 38.28%
B = 59.16%

CMYK

 C value IS 0.96

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0BA5FF (or 0x0BA5FF) is known color: Deep Sky Blue. HEX triplet: 0B, A5 and FF. RGB value is (11,165,255). Sum of RGB (Red+Green+Blue) = 11+165+255=431 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.55% from 431); Green value is 165 (64.84% from 255 or 38.28% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #0BA5FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BA5FF is #F45A00. Grayscale: #808080. Windows color (decimal): -16013825 or 16753931. OLE color: 16753931.

HSL color Cylindrical-coordinate representation of color #0BA5FF: hue angle of 202.13º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BA5FF is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 11 165 255 -
CMYK 0.96 0.35 0 0
HSL 202.13º 1% 0.52% -
HSV(B) 202.13º 0.96% 1% -
XYZ 31.64 34.2 99.54 -
YUV 129.21 198.98 43.68 -
System Red Green Blue C M Y K H S L
Decimal 11 165 255 0.96 0.35 0 0 202.13 1 0.52
Hex B A5 FF 60 23 0 0 CA 64 34
Octal 13 245 377 140 43 0 0 312 144 64
Binary 1011 10100101 11111111 1100000 100011 0 0 11001010 1100100 110100

Color Harmonies of #0BA5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA5FF

Black with #0BA5FF

Text Example


Text Example

White with #0BA5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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