Html Css Color HEX #098FAB Bondi Blue

📋 copy color: '#098FAB'

red 9 ◦ green 143 ◦ blue 171

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

Shades of Bondi Blue #098FAB

Tints of Bondi Blue #098FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 52.94%

R = 2.79%
G = 44.27%
B = 52.94%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#098FAB (or 0x098FAB) is known color: Bondi Blue. HEX triplet: 09, 8F and AB. RGB value is (9,143,171). Sum of RGB (Red+Green+Blue) = 9+143+171=323 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.79% from 323); Green value is 143 (56.25% from 255 or 44.27% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #098FAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098FAB is #F67054. Grayscale: #696969. Windows color (decimal): -16150613 or 11243273. OLE color: 11243273.

HSL color Cylindrical-coordinate representation of color #098FAB: hue angle of 190.37º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #098FAB is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 143 171 -
CMYK 0.95 0.16 0 0.33
HSL 190.37º 0.9% 0.35% -
HSV(B) 190.37º 0.95% 0.67% -
XYZ 17.29 22.64 41.99 -
YUV 106.13 164.61 58.72 -
System Red Green Blue C M Y K H S L
Decimal 9 143 171 0.95 0.16 0 0.33 190.37 0.9 0.35
Hex 9 8F AB 5F 10 0 21 BE 5A 23
Octal 11 217 253 137 20 0 41 276 132 43
Binary 1001 10001111 10101011 1011111 10000 0 100001 10111110 1011010 100011

Color Harmonies of #098FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098FAB

Black with #098FAB

Text Example


Text Example

White with #098FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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