Html Css Color HEX #0B9DAE Bondi Blue

📋 copy color: '#0B9DAE'

red 11 ◦ green 157 ◦ blue 174

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

Shades of Bondi Blue #0B9DAE

Tints of Bondi Blue #0B9DAE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 45.91%

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

R = 3.22%
G = 45.91%
B = 50.88%

CMYK

 C value IS 0.94

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0B9DAE (or 0x0B9DAE) is known color: Bondi Blue. HEX triplet: 0B, 9D and AE. RGB value is (11,157,174). Sum of RGB (Red+Green+Blue) = 11+157+174=342 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.22% from 342); Green value is 157 (61.72% from 255 or 45.91% from 342); Blue value is 174 (68.36% from 255 or 50.88% from 342); Max value from RGB is 174 - color contains mainly: blue. Hex color #0B9DAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B9DAE is #F46251. Grayscale: #737373. Windows color (decimal): -16015954 or 11443467. OLE color: 11443467.

HSL color Cylindrical-coordinate representation of color #0B9DAE: hue angle of 186.26º 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 #0B9DAE is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 11 157 174 -
CMYK 0.94 0.10 0 0.32
HSL 186.26º 0.88% 0.36% -
HSV(B) 186.26º 0.94% 0.68% -
XYZ 19.83 27.24 44.26 -
YUV 115.28 161.13 53.62 -
System Red Green Blue C M Y K H S L
Decimal 11 157 174 0.94 0.10 0 0.32 186.26 0.88 0.36
Hex B 9D AE 5E A 0 20 BA 58 24
Octal 13 235 256 136 12 0 40 272 130 44
Binary 1011 10011101 10101110 1011110 1010 0 100000 10111010 1011000 100100

Color Harmonies of #0B9DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B9DAE

Black with #0B9DAE

Text Example


Text Example

White with #0B9DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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