Html Css Color HEX #0089C1 Bondi Blue

📋 copy color: '#0089C1'

red 0 ◦ green 137 ◦ blue 193

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

Shades of Bondi Blue #0089C1

Tints of Bondi Blue #0089C1

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 193 (75.78% from 255) = 58.48%

R = 0%
G = 41.52%
B = 58.48%

CMYK

 C value IS 1

 M value IS 0.29

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#0089C1 (or 0x0089C1) is known color: Bondi Blue. HEX triplet: 00, 89 and C1. RGB value is (0,137,193). Sum of RGB (Red+Green+Blue) = 0+137+193=330 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 330); Green value is 137 (53.91% from 255 or 41.52% from 330); Blue value is 193 (75.78% from 255 or 58.48% from 330); Max value from RGB is 193 - color contains mainly: blue. Hex color #0089C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0089C1 is #FF763E. Grayscale: #666666. Windows color (decimal): -16741951 or 12683520. OLE color: 12683520.

HSL color Cylindrical-coordinate representation of color #0089C1: hue angle of 197.41º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0089C1 is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 0 137 193 -
CMYK 1 0.29 0 0.24
HSL 197.41º 1% 0.38% -
HSV(B) 197.41º 1% 0.76% -
XYZ 18.57 21.74 53.67 -
YUV 102.42 179.11 54.95 -
System Red Green Blue C M Y K H S L
Decimal 0 137 193 1 0.29 0 0.24 197.41 1 0.38
Hex 0 89 C1 64 1D 0 18 C5 64 26
Octal 0 211 301 144 35 0 30 305 144 46
Binary 0 10001001 11000001 1100100 11101 0 11000 11000101 1100100 100110

Color Harmonies of #0089C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0089C1

Black with #0089C1

Text Example


Text Example

White with #0089C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0089C1; }

 p { color: rgb(0,137,193); }

 H1.HeaderClassName
 {
   color: #0089C1;
 }
 .AnyTagClassName
 {
   color: #0089C1;
 }
</style>

background-color css

<style>
 a { background-color: #0089C1; }

 a { background-color: rgb(0,137,193); }

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

border-color css

<style>
 span { border-color: #0089C1; }

 span { border-color: rgb(0,137,193); }

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