Html Css Color HEX #0189B7 Bondi Blue

📋 copy color: '#0189B7'

red 1 ◦ green 137 ◦ blue 183

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

Shades of Bondi Blue #0189B7

Tints of Bondi Blue #0189B7

RGB

 RED value IS 1 (0.78% from 255) = 0.31%

 GREEN value IS 137 (53.91% from 255) = 42.68%

 BLUE value IS 183 (71.88% from 255) = 57.01%

R = 0.31%
G = 42.68%
B = 57.01%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#0189B7 (or 0x0189B7) is known color: Bondi Blue. HEX triplet: 01, 89 and B7. RGB value is (1,137,183). Sum of RGB (Red+Green+Blue) = 1+137+183=321 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 321); Green value is 137 (53.91% from 255 or 42.68% from 321); Blue value is 183 (71.88% from 255 or 57.01% from 321); Max value from RGB is 183 - color contains mainly: blue. Hex color #0189B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0189B7 is #FE7648. Grayscale: #656565. Windows color (decimal): -16676425 or 12028161. OLE color: 12028161.

HSL color Cylindrical-coordinate representation of color #0189B7: hue angle of 195.16º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0189B7 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 1 137 183 -
CMYK 0.99 0.25 0 0.28
HSL 195.16º 0.99% 0.36% -
HSV(B) 195.16º 0.99% 0.72% -
XYZ 17.51 21.32 47.99 -
YUV 101.58 173.94 56.26 -
System Red Green Blue C M Y K H S L
Decimal 1 137 183 0.99 0.25 0 0.28 195.16 0.99 0.36
Hex 1 89 B7 63 19 0 1C C3 63 24
Octal 1 211 267 143 31 0 34 303 143 44
Binary 1 10001001 10110111 1100011 11001 0 11100 11000011 1100011 100100

Color Harmonies of #0189B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0189B7

Black with #0189B7

Text Example


Text Example

White with #0189B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0189B7; }

 p { color: rgb(1,137,183); }

 H1.HeaderClassName
 {
   color: #0189B7;
 }
 .AnyTagClassName
 {
   color: #0189B7;
 }
</style>

background-color css

<style>
 a { background-color: #0189B7; }

 a { background-color: rgb(1,137,183); }

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

border-color css

<style>
 span { border-color: #0189B7; }

 span { border-color: rgb(1,137,183); }

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