Html Css Color HEX #098FB4 Bondi Blue

📋 copy color: '#098FB4'

red 9 ◦ green 143 ◦ blue 180

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

Shades of Bondi Blue #098FB4

Tints of Bondi Blue #098FB4

RGB

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

 GREEN value IS 143 (56.25% from 255) = 43.07%

 BLUE value IS 180 (70.7% from 255) = 54.22%

R = 2.71%
G = 43.07%
B = 54.22%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#098FB4 (or 0x098FB4) is known color: Bondi Blue. HEX triplet: 09, 8F and B4. RGB value is (9,143,180). Sum of RGB (Red+Green+Blue) = 9+143+180=332 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.71% from 332); Green value is 143 (56.25% from 255 or 43.07% from 332); Blue value is 180 (70.70% from 255 or 54.22% from 332); Max value from RGB is 180 - color contains mainly: blue. Hex color #098FB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098FB4 is #F6704B. Grayscale: #6A6A6A. Windows color (decimal): -16150604 or 11833097. OLE color: 11833097.

HSL color Cylindrical-coordinate representation of color #098FB4: hue angle of 192.98º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #098FB4 is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 9 143 180 -
CMYK 0.95 0.21 0 0.29
HSL 192.98º 0.9% 0.37% -
HSV(B) 192.98º 0.95% 0.71% -
XYZ 18.17 23 46.66 -
YUV 107.15 169.11 57.99 -
System Red Green Blue C M Y K H S L
Decimal 9 143 180 0.95 0.21 0 0.29 192.98 0.9 0.37
Hex 9 8F B4 5F 15 0 1D C1 5A 25
Octal 11 217 264 137 25 0 35 301 132 45
Binary 1001 10001111 10110100 1011111 10101 0 11101 11000001 1011010 100101

Color Harmonies of #098FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098FB4

Black with #098FB4

Text Example


Text Example

White with #098FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,143,180); }

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

background-color css

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

 a { background-color: rgb(9,143,180); }

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

border-color css

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

 span { border-color: rgb(9,143,180); }

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