Html Css Color HEX #098ABF Bondi Blue

📋 copy color: '#098ABF'

red 9 ◦ green 138 ◦ blue 191

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

Shades of Bondi Blue #098ABF

Tints of Bondi Blue #098ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 56.51%

R = 2.66%
G = 40.83%
B = 56.51%

CMYK

 C value IS 0.95

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#098ABF (or 0x098ABF) is known color: Bondi Blue. HEX triplet: 09, 8A and BF. RGB value is (9,138,191). Sum of RGB (Red+Green+Blue) = 9+138+191=338 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.66% from 338); Green value is 138 (54.30% from 255 or 40.83% from 338); Blue value is 191 (75% from 255 or 56.51% from 338); Max value from RGB is 191 - color contains mainly: blue. Hex color #098ABF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098ABF is #F67540. Grayscale: #696969. Windows color (decimal): -16151873 or 12552713. OLE color: 12552713.

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

Color convert

RGB 9 138 191 -
CMYK 0.95 0.28 0 0.25
HSL 197.47º 0.91% 0.39% -
HSV(B) 197.47º 0.95% 0.75% -
XYZ 18.61 22 52.56 -
YUV 105.47 176.26 59.19 -
System Red Green Blue C M Y K H S L
Decimal 9 138 191 0.95 0.28 0 0.25 197.47 0.91 0.39
Hex 9 8A BF 5F 1C 0 19 C5 5B 27
Octal 11 212 277 137 34 0 31 305 133 47
Binary 1001 10001010 10111111 1011111 11100 0 11001 11000101 1011011 100111

Color Harmonies of #098ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098ABF

Black with #098ABF

Text Example


Text Example

White with #098ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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