Html Css Color HEX #0B83BE Bondi Blue

📋 copy color: '#0B83BE'

red 11 ◦ green 131 ◦ blue 190

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

Shades of Bondi Blue #0B83BE

Tints of Bondi Blue #0B83BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 57.23%

R = 3.31%
G = 39.46%
B = 57.23%

CMYK

 C value IS 0.94

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0B83BE (or 0x0B83BE) is known color: Bondi Blue. HEX triplet: 0B, 83 and BE. RGB value is (11,131,190). Sum of RGB (Red+Green+Blue) = 11+131+190=332 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.31% from 332); Green value is 131 (51.56% from 255 or 39.46% from 332); Blue value is 190 (74.61% from 255 or 57.23% from 332); Max value from RGB is 190 - color contains mainly: blue. Hex color #0B83BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B83BE is #F47C41. Grayscale: #656565. Windows color (decimal): -16022594 or 12485387. OLE color: 12485387.

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

Color convert

RGB 11 131 190 -
CMYK 0.94 0.31 0 0.25
HSL 199.78º 0.89% 0.39% -
HSV(B) 199.78º 0.94% 0.75% -
XYZ 17.55 20.02 51.65 -
YUV 101.85 177.74 63.2 -
System Red Green Blue C M Y K H S L
Decimal 11 131 190 0.94 0.31 0 0.25 199.78 0.89 0.39
Hex B 83 BE 5E 1F 0 19 C8 59 27
Octal 13 203 276 136 37 0 31 310 131 47
Binary 1011 10000011 10111110 1011110 11111 0 11001 11001000 1011001 100111

Color Harmonies of #0B83BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B83BE

Black with #0B83BE

Text Example


Text Example

White with #0B83BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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