Html Css Color HEX #098AB1 Bondi Blue

📋 copy color: '#098AB1'

red 9 ◦ green 138 ◦ blue 177

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

Shades of Bondi Blue #098AB1

Tints of Bondi Blue #098AB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 54.63%

R = 2.78%
G = 42.59%
B = 54.63%

CMYK

 C value IS 0.95

 M value IS 0.22

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#098AB1 (or 0x098AB1) is known color: Bondi Blue. HEX triplet: 09, 8A and B1. RGB value is (9,138,177). Sum of RGB (Red+Green+Blue) = 9+138+177=324 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.78% from 324); Green value is 138 (54.30% from 255 or 42.59% from 324); Blue value is 177 (69.53% from 255 or 54.63% from 324); Max value from RGB is 177 - color contains mainly: blue. Hex color #098AB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098AB1 is #F6754E. Grayscale: #676767. Windows color (decimal): -16151887 or 11635209. OLE color: 11635209.

HSL color Cylindrical-coordinate representation of color #098AB1: hue angle of 193.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 #098AB1 is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 9 138 177 -
CMYK 0.95 0.22 0 0.31
HSL 193.93º 0.9% 0.36% -
HSV(B) 193.93º 0.95% 0.69% -
XYZ 17.14 21.41 44.82 -
YUV 103.88 169.26 60.33 -
System Red Green Blue C M Y K H S L
Decimal 9 138 177 0.95 0.22 0 0.31 193.93 0.9 0.36
Hex 9 8A B1 5F 16 0 1F C2 5A 24
Octal 11 212 261 137 26 0 37 302 132 44
Binary 1001 10001010 10110001 1011111 10110 0 11111 11000010 1011010 100100

Color Harmonies of #098AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098AB1

Black with #098AB1

Text Example


Text Example

White with #098AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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