Html Css Color HEX #098FBC Bondi Blue

📋 copy color: '#098FBC'

red 9 ◦ green 143 ◦ blue 188

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

Shades of Bondi Blue #098FBC

Tints of Bondi Blue #098FBC

RGB

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

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

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

R = 2.65%
G = 42.06%
B = 55.29%

CMYK

 C value IS 0.95

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#098FBC (or 0x098FBC) is known color: Bondi Blue. HEX triplet: 09, 8F and BC. RGB value is (9,143,188). Sum of RGB (Red+Green+Blue) = 9+143+188=340 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 340); Green value is 143 (56.25% from 255 or 42.06% from 340); Blue value is 188 (73.83% from 255 or 55.29% from 340); Max value from RGB is 188 - color contains mainly: blue. Hex color #098FBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098FBC is #F67043. Grayscale: #6B6B6B. Windows color (decimal): -16150596 or 12357385. OLE color: 12357385.

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

Color convert

RGB 9 143 188 -
CMYK 0.95 0.24 0 0.26
HSL 195.08º 0.91% 0.39% -
HSV(B) 195.08º 0.95% 0.74% -
XYZ 19.01 23.33 51.08 -
YUV 108.06 173.11 57.34 -
System Red Green Blue C M Y K H S L
Decimal 9 143 188 0.95 0.24 0 0.26 195.08 0.91 0.39
Hex 9 8F BC 5F 18 0 1A C3 5B 27
Octal 11 217 274 137 30 0 32 303 133 47
Binary 1001 10001111 10111100 1011111 11000 0 11010 11000011 1011011 100111

Color Harmonies of #098FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098FBC

Black with #098FBC

Text Example


Text Example

White with #098FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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