Html Css Color HEX #098CB0 Bondi Blue

📋 copy color: '#098CB0'

red 9 ◦ green 140 ◦ blue 176

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

Shades of Bondi Blue #098CB0

Tints of Bondi Blue #098CB0

RGB

 RED value IS 9 (3.91% from 255) = 2.77%

 GREEN value IS 140 (55.08% from 255) = 43.08%

 BLUE value IS 176 (69.14% from 255) = 54.15%

R = 2.77%
G = 43.08%
B = 54.15%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#098CB0 (or 0x098CB0) is known color: Bondi Blue. HEX triplet: 09, 8C and B0. RGB value is (9,140,176). Sum of RGB (Red+Green+Blue) = 9+140+176=325 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.77% from 325); Green value is 140 (55.08% from 255 or 43.08% from 325); Blue value is 176 (69.14% from 255 or 54.15% from 325); Max value from RGB is 176 - color contains mainly: blue. Hex color #098CB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098CB0 is #F6734F. Grayscale: #686868. Windows color (decimal): -16151376 or 11570185. OLE color: 11570185.

HSL color Cylindrical-coordinate representation of color #098CB0: hue angle of 192.93º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #098CB0 is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 9 140 176 -
CMYK 0.95 0.20 0 0.31
HSL 192.93º 0.9% 0.36% -
HSV(B) 192.93º 0.95% 0.69% -
XYZ 17.33 21.95 44.4 -
YUV 104.94 168.1 59.57 -
System Red Green Blue C M Y K H S L
Decimal 9 140 176 0.95 0.20 0 0.31 192.93 0.9 0.36
Hex 9 8C B0 5F 14 0 1F C1 5A 24
Octal 11 214 260 137 24 0 37 301 132 44
Binary 1001 10001100 10110000 1011111 10100 0 11111 11000001 1011010 100100

Color Harmonies of #098CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098CB0

Black with #098CB0

Text Example


Text Example

White with #098CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098CB0; }

 p { color: rgb(9,140,176); }

 H1.HeaderClassName
 {
   color: #098CB0;
 }
 .AnyTagClassName
 {
   color: #098CB0;
 }
</style>

background-color css

<style>
 a { background-color: #098CB0; }

 a { background-color: rgb(9,140,176); }

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

border-color css

<style>
 span { border-color: #098CB0; }

 span { border-color: rgb(9,140,176); }

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