Html Css Color HEX #0B83C0 Bondi Blue

📋 copy color: '#0B83C0'

red 11 ◦ green 131 ◦ blue 192

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

Shades of Bondi Blue #0B83C0

Tints of Bondi Blue #0B83C0

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.22%

 BLUE value IS 192 (75.39% from 255) = 57.49%

R = 3.29%
G = 39.22%
B = 57.49%

CMYK

 C value IS 0.94

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0B83C0 (or 0x0B83C0) is known color: Bondi Blue. HEX triplet: 0B, 83 and C0. RGB value is (11,131,192). Sum of RGB (Red+Green+Blue) = 11+131+192=334 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.29% from 334); Green value is 131 (51.56% from 255 or 39.22% from 334); Blue value is 192 (75.39% from 255 or 57.49% from 334); Max value from RGB is 192 - color contains mainly: blue. Hex color #0B83C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B83C0 is #F47C3F. Grayscale: #656565. Windows color (decimal): -16022592 or 12616459. OLE color: 12616459.

HSL color Cylindrical-coordinate representation of color #0B83C0: hue angle of 200.22º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B83C0 is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 11 131 192 -
CMYK 0.94 0.32 0 0.25
HSL 200.22º 0.89% 0.4% -
HSV(B) 200.22º 0.94% 0.75% -
XYZ 17.77 20.11 52.81 -
YUV 102.07 178.74 63.04 -
System Red Green Blue C M Y K H S L
Decimal 11 131 192 0.94 0.32 0 0.25 200.22 0.89 0.4
Hex B 83 C0 5E 20 0 19 C8 59 28
Octal 13 203 300 136 40 0 31 310 131 50
Binary 1011 10000011 11000000 1011110 100000 0 11001 11001000 1011001 101000

Color Harmonies of #0B83C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B83C0

Black with #0B83C0

Text Example


Text Example

White with #0B83C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,131,192); }

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

background-color css

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

 a { background-color: rgb(11,131,192); }

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

border-color css

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

 span { border-color: rgb(11,131,192); }

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