Html Css Color HEX #089FB3 Bondi Blue

📋 copy color: '#089FB3'

red 8 ◦ green 159 ◦ blue 179

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

Shades of Bondi Blue #089FB3

Tints of Bondi Blue #089FB3

RGB

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

 GREEN value IS 159 (62.5% from 255) = 45.95%

 BLUE value IS 179 (70.31% from 255) = 51.73%

R = 2.31%
G = 45.95%
B = 51.73%

CMYK

 C value IS 0.96

 M value IS 0.11

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#089FB3 (or 0x089FB3) is known color: Bondi Blue. HEX triplet: 08, 9F and B3. RGB value is (8,159,179). Sum of RGB (Red+Green+Blue) = 8+159+179=346 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.31% from 346); Green value is 159 (62.5% from 255 or 45.95% from 346); Blue value is 179 (70.31% from 255 or 51.73% from 346); Max value from RGB is 179 - color contains mainly: blue. Hex color #089FB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089FB3 is #F7604C. Grayscale: #737373. Windows color (decimal): -16212045 or 11771656. OLE color: 11771656.

HSL color Cylindrical-coordinate representation of color #089FB3: hue angle of 187.02º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089FB3 is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 8 159 179 -
CMYK 0.96 0.11 0 0.30
HSL 187.02º 0.91% 0.37% -
HSV(B) 187.02º 0.96% 0.7% -
XYZ 20.63 28.1 46.98 -
YUV 116.13 163.47 50.87 -
System Red Green Blue C M Y K H S L
Decimal 8 159 179 0.96 0.11 0 0.30 187.02 0.91 0.37
Hex 8 9F B3 60 B 0 1E BB 5B 25
Octal 10 237 263 140 13 0 36 273 133 45
Binary 1000 10011111 10110011 1100000 1011 0 11110 10111011 1011011 100101

Color Harmonies of #089FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089FB3

Black with #089FB3

Text Example


Text Example

White with #089FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,159,179); }

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

background-color css

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

 a { background-color: rgb(8,159,179); }

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

border-color css

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

 span { border-color: rgb(8,159,179); }

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