Html Css Color HEX #0BA5AE Bondi Blue

📋 copy color: '#0BA5AE'

red 11 ◦ green 165 ◦ blue 174

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

Shades of Bondi Blue #0BA5AE

Tints of Bondi Blue #0BA5AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 49.71%

R = 3.14%
G = 47.14%
B = 49.71%

CMYK

 C value IS 0.94

 M value IS 0.05

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0BA5AE (or 0x0BA5AE) is known color: Bondi Blue. HEX triplet: 0B, A5 and AE. RGB value is (11,165,174). Sum of RGB (Red+Green+Blue) = 11+165+174=350 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.14% from 350); Green value is 165 (64.84% from 255 or 47.14% from 350); Blue value is 174 (68.36% from 255 or 49.71% from 350); Max value from RGB is 174 - color contains mainly: blue. Hex color #0BA5AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BA5AE is #F45A51. Grayscale: #777777. Windows color (decimal): -16013906 or 11445515. OLE color: 11445515.

HSL color Cylindrical-coordinate representation of color #0BA5AE: hue angle of 183.31º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BA5AE is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 11 165 174 -
CMYK 0.94 0.05 0 0.32
HSL 183.31º 0.88% 0.36% -
HSV(B) 183.31º 0.94% 0.68% -
XYZ 21.23 30.04 44.72 -
YUV 119.98 158.48 50.27 -
System Red Green Blue C M Y K H S L
Decimal 11 165 174 0.94 0.05 0 0.32 183.31 0.88 0.36
Hex B A5 AE 5E 5 0 20 B7 58 24
Octal 13 245 256 136 5 0 40 267 130 44
Binary 1011 10100101 10101110 1011110 101 0 100000 10110111 1011000 100100

Color Harmonies of #0BA5AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA5AE

Black with #0BA5AE

Text Example


Text Example

White with #0BA5AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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