Html Css Color HEX #098AB8 Bondi Blue

📋 copy color: '#098AB8'

red 9 ◦ green 138 ◦ blue 184

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

Shades of Bondi Blue #098AB8

Tints of Bondi Blue #098AB8

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.69%

 BLUE value IS 184 (72.27% from 255) = 55.59%

R = 2.72%
G = 41.69%
B = 55.59%

CMYK

 C value IS 0.95

 M value IS 0.25

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#098AB8 (or 0x098AB8) is known color: Bondi Blue. HEX triplet: 09, 8A and B8. RGB value is (9,138,184). Sum of RGB (Red+Green+Blue) = 9+138+184=331 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.72% from 331); Green value is 138 (54.30% from 255 or 41.69% from 331); Blue value is 184 (72.27% from 255 or 55.59% from 331); Max value from RGB is 184 - color contains mainly: blue. Hex color #098AB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098AB8 is #F67547. Grayscale: #686868. Windows color (decimal): -16151880 or 12093961. OLE color: 12093961.

HSL color Cylindrical-coordinate representation of color #098AB8: hue angle of 195.77º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #098AB8 is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 9 138 184 -
CMYK 0.95 0.25 0 0.28
HSL 195.77º 0.91% 0.38% -
HSV(B) 195.77º 0.95% 0.72% -
XYZ 17.85 21.7 48.59 -
YUV 104.67 172.76 59.76 -
System Red Green Blue C M Y K H S L
Decimal 9 138 184 0.95 0.25 0 0.28 195.77 0.91 0.38
Hex 9 8A B8 5F 19 0 1C C4 5B 26
Octal 11 212 270 137 31 0 34 304 133 46
Binary 1001 10001010 10111000 1011111 11001 0 11100 11000100 1011011 100110

Color Harmonies of #098AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098AB8

Black with #098AB8

Text Example


Text Example

White with #098AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,138,184); }

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

background-color css

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

 a { background-color: rgb(9,138,184); }

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

border-color css

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

 span { border-color: rgb(9,138,184); }

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