Html Css Color HEX #098DBF Bondi Blue

📋 copy color: '#098DBF'

red 9 ◦ green 141 ◦ blue 191

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

Shades of Bondi Blue #098DBF

Tints of Bondi Blue #098DBF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 41.35%

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

R = 2.64%
G = 41.35%
B = 56.01%

CMYK

 C value IS 0.95

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#098DBF (or 0x098DBF) is known color: Bondi Blue. HEX triplet: 09, 8D and BF. RGB value is (9,141,191). Sum of RGB (Red+Green+Blue) = 9+141+191=341 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.64% from 341); Green value is 141 (55.47% from 255 or 41.35% from 341); Blue value is 191 (75% from 255 or 56.01% from 341); Max value from RGB is 191 - color contains mainly: blue. Hex color #098DBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098DBF is #F67240. Grayscale: #6A6A6A. Windows color (decimal): -16151105 or 12553481. OLE color: 12553481.

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

Color convert

RGB 9 141 191 -
CMYK 0.95 0.26 0 0.25
HSL 196.48º 0.91% 0.39% -
HSV(B) 196.48º 0.95% 0.75% -
XYZ 19.04 22.87 52.7 -
YUV 107.23 175.27 57.93 -
System Red Green Blue C M Y K H S L
Decimal 9 141 191 0.95 0.26 0 0.25 196.48 0.91 0.39
Hex 9 8D BF 5F 1A 0 19 C4 5B 27
Octal 11 215 277 137 32 0 31 304 133 47
Binary 1001 10001101 10111111 1011111 11010 0 11001 11000100 1011011 100111

Color Harmonies of #098DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098DBF

Black with #098DBF

Text Example


Text Example

White with #098DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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