Html Css Color HEX #0189BB Bondi Blue

📋 copy color: '#0189BB'

red 1 ◦ green 137 ◦ blue 187

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

Shades of Bondi Blue #0189BB

Tints of Bondi Blue #0189BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 57.54%

R = 0.31%
G = 42.15%
B = 57.54%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0189BB (or 0x0189BB) is known color: Bondi Blue. HEX triplet: 01, 89 and BB. RGB value is (1,137,187). Sum of RGB (Red+Green+Blue) = 1+137+187=325 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 187 (73.44% from 255 or 57.54% from 325); Max value from RGB is 187 - color contains mainly: blue. Hex color #0189BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0189BB is #FE7644. Grayscale: #656565. Windows color (decimal): -16676421 or 12290305. OLE color: 12290305.

HSL color Cylindrical-coordinate representation of color #0189BB: hue angle of 196.13º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0189BB is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 137 187 -
CMYK 0.99 0.27 0 0.27
HSL 196.13º 0.99% 0.37% -
HSV(B) 196.13º 0.99% 0.73% -
XYZ 17.93 21.49 50.22 -
YUV 102.04 175.94 55.93 -
System Red Green Blue C M Y K H S L
Decimal 1 137 187 0.99 0.27 0 0.27 196.13 0.99 0.37
Hex 1 89 BB 63 1B 0 1B C4 63 25
Octal 1 211 273 143 33 0 33 304 143 45
Binary 1 10001001 10111011 1100011 11011 0 11011 11000100 1100011 100101

Color Harmonies of #0189BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0189BB

Black with #0189BB

Text Example


Text Example

White with #0189BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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