Html Css Color HEX #098DBC Bondi Blue

📋 copy color: '#098DBC'

red 9 ◦ green 141 ◦ blue 188

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

Shades of Bondi Blue #098DBC

Tints of Bondi Blue #098DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 55.62%

R = 2.66%
G = 41.72%
B = 55.62%

CMYK

 C value IS 0.95

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#098DBC (or 0x098DBC) is known color: Bondi Blue. HEX triplet: 09, 8D and BC. RGB value is (9,141,188). Sum of RGB (Red+Green+Blue) = 9+141+188=338 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.66% from 338); Green value is 141 (55.47% from 255 or 41.72% from 338); Blue value is 188 (73.83% from 255 or 55.62% from 338); Max value from RGB is 188 - color contains mainly: blue. Hex color #098DBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098DBC is #F67243. Grayscale: #6A6A6A. Windows color (decimal): -16151108 or 12356873. OLE color: 12356873.

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

Color convert

RGB 9 141 188 -
CMYK 0.95 0.25 0 0.26
HSL 195.75º 0.91% 0.39% -
HSV(B) 195.75º 0.95% 0.74% -
XYZ 18.71 22.74 50.98 -
YUV 106.89 173.77 58.18 -
System Red Green Blue C M Y K H S L
Decimal 9 141 188 0.95 0.25 0 0.26 195.75 0.91 0.39
Hex 9 8D BC 5F 19 0 1A C4 5B 27
Octal 11 215 274 137 31 0 32 304 133 47
Binary 1001 10001101 10111100 1011111 11001 0 11010 11000100 1011011 100111

Color Harmonies of #098DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098DBC

Black with #098DBC

Text Example


Text Example

White with #098DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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