Html Css Color HEX #089DB7 Bondi Blue

📋 copy color: '#089DB7'

red 8 ◦ green 157 ◦ blue 183

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

Shades of Bondi Blue #089DB7

Tints of Bondi Blue #089DB7

RGB

 RED value IS 8 (3.52% from 255) = 2.3%

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

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

R = 2.3%
G = 45.11%
B = 52.59%

CMYK

 C value IS 0.96

 M value IS 0.14

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#089DB7 (or 0x089DB7) is known color: Bondi Blue. HEX triplet: 08, 9D and B7. RGB value is (8,157,183). Sum of RGB (Red+Green+Blue) = 8+157+183=348 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.30% from 348); Green value is 157 (61.72% from 255 or 45.11% from 348); Blue value is 183 (71.88% from 255 or 52.59% from 348); Max value from RGB is 183 - color contains mainly: blue. Hex color #089DB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089DB7 is #F76248. Grayscale: #737373. Windows color (decimal): -16212553 or 12033288. OLE color: 12033288.

HSL color Cylindrical-coordinate representation of color #089DB7: hue angle of 188.91º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089DB7 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 8 157 183 -
CMYK 0.96 0.14 0 0.28
HSL 188.91º 0.92% 0.37% -
HSV(B) 188.91º 0.96% 0.72% -
XYZ 20.7 27.58 49.03 -
YUV 115.41 166.14 51.39 -
System Red Green Blue C M Y K H S L
Decimal 8 157 183 0.96 0.14 0 0.28 188.91 0.92 0.37
Hex 8 9D B7 60 E 0 1C BD 5C 25
Octal 10 235 267 140 16 0 34 275 134 45
Binary 1000 10011101 10110111 1100000 1110 0 11100 10111101 1011100 100101

Color Harmonies of #089DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089DB7

Black with #089DB7

Text Example


Text Example

White with #089DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089DB7; }

 p { color: rgb(8,157,183); }

 H1.HeaderClassName
 {
   color: #089DB7;
 }
 .AnyTagClassName
 {
   color: #089DB7;
 }
</style>

background-color css

<style>
 a { background-color: #089DB7; }

 a { background-color: rgb(8,157,183); }

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

border-color css

<style>
 span { border-color: #089DB7; }

 span { border-color: rgb(8,157,183); }

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