Html Css Color HEX #098AAF Bondi Blue

📋 copy color: '#098AAF'

red 9 ◦ green 138 ◦ blue 175

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

Shades of Bondi Blue #098AAF

Tints of Bondi Blue #098AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 54.35%

R = 2.8%
G = 42.86%
B = 54.35%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#098AAF (or 0x098AAF) is known color: Bondi Blue. HEX triplet: 09, 8A and AF. RGB value is (9,138,175). Sum of RGB (Red+Green+Blue) = 9+138+175=322 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 322); Green value is 138 (54.30% from 255 or 42.86% from 322); Blue value is 175 (68.75% from 255 or 54.35% from 322); Max value from RGB is 175 - color contains mainly: blue. Hex color #098AAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098AAF is #F67550. Grayscale: #676767. Windows color (decimal): -16151889 or 11504137. OLE color: 11504137.

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

Color convert

RGB 9 138 175 -
CMYK 0.95 0.21 0 0.31
HSL 193.37º 0.9% 0.36% -
HSV(B) 193.37º 0.95% 0.69% -
XYZ 16.94 21.33 43.78 -
YUV 103.65 168.26 60.49 -
System Red Green Blue C M Y K H S L
Decimal 9 138 175 0.95 0.21 0 0.31 193.37 0.9 0.36
Hex 9 8A AF 5F 15 0 1F C1 5A 24
Octal 11 212 257 137 25 0 37 301 132 44
Binary 1001 10001010 10101111 1011111 10101 0 11111 11000001 1011010 100100

Color Harmonies of #098AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098AAF

Black with #098AAF

Text Example


Text Example

White with #098AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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