Html Css Color HEX #0899BC Bondi Blue

📋 copy color: '#0899BC'

red 8 ◦ green 153 ◦ blue 188

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

Shades of Bondi Blue #0899BC

Tints of Bondi Blue #0899BC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.84%

 BLUE value IS 188 (73.83% from 255) = 53.87%

R = 2.29%
G = 43.84%
B = 53.87%

CMYK

 C value IS 0.96

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0899BC (or 0x0899BC) is known color: Bondi Blue. HEX triplet: 08, 99 and BC. RGB value is (8,153,188). Sum of RGB (Red+Green+Blue) = 8+153+188=349 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.29% from 349); Green value is 153 (60.16% from 255 or 43.84% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #0899BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0899BC is #F76643. Grayscale: #717171. Windows color (decimal): -16213572 or 12359944. OLE color: 12359944.

HSL color Cylindrical-coordinate representation of color #0899BC: hue angle of 191.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0899BC is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 8 153 188 -
CMYK 0.96 0.19 0 0.26
HSL 191.67º 0.92% 0.38% -
HSV(B) 191.67º 0.96% 0.74% -
XYZ 20.57 26.46 51.6 -
YUV 113.64 169.96 52.65 -
System Red Green Blue C M Y K H S L
Decimal 8 153 188 0.96 0.19 0 0.26 191.67 0.92 0.38
Hex 8 99 BC 60 13 0 1A C0 5C 26
Octal 10 231 274 140 23 0 32 300 134 46
Binary 1000 10011001 10111100 1100000 10011 0 11010 11000000 1011100 100110

Color Harmonies of #0899BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0899BC

Black with #0899BC

Text Example


Text Example

White with #0899BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0899BC; }

 p { color: rgb(8,153,188); }

 H1.HeaderClassName
 {
   color: #0899BC;
 }
 .AnyTagClassName
 {
   color: #0899BC;
 }
</style>

background-color css

<style>
 a { background-color: #0899BC; }

 a { background-color: rgb(8,153,188); }

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

border-color css

<style>
 span { border-color: #0899BC; }

 span { border-color: rgb(8,153,188); }

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