Html Css Color HEX #098BBE Bondi Blue

📋 copy color: '#098BBE'

red 9 ◦ green 139 ◦ blue 190

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

Shades of Bondi Blue #098BBE

Tints of Bondi Blue #098BBE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.12%

 BLUE value IS 190 (74.61% from 255) = 56.21%

R = 2.66%
G = 41.12%
B = 56.21%

CMYK

 C value IS 0.95

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#098BBE (or 0x098BBE) is known color: Bondi Blue. HEX triplet: 09, 8B and BE. RGB value is (9,139,190). Sum of RGB (Red+Green+Blue) = 9+139+190=338 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.66% from 338); Green value is 139 (54.69% from 255 or 41.12% from 338); Blue value is 190 (74.61% from 255 or 56.21% from 338); Max value from RGB is 190 - color contains mainly: blue. Hex color #098BBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098BBE is #F67441. Grayscale: #696969. Windows color (decimal): -16151618 or 12487433. OLE color: 12487433.

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

Color convert

RGB 9 139 190 -
CMYK 0.95 0.27 0 0.25
HSL 196.91º 0.91% 0.39% -
HSV(B) 196.91º 0.95% 0.75% -
XYZ 18.64 22.24 52.03 -
YUV 105.94 175.43 58.85 -
System Red Green Blue C M Y K H S L
Decimal 9 139 190 0.95 0.27 0 0.25 196.91 0.91 0.39
Hex 9 8B BE 5F 1B 0 19 C5 5B 27
Octal 11 213 276 137 33 0 31 305 133 47
Binary 1001 10001011 10111110 1011111 11011 0 11001 11000101 1011011 100111

Color Harmonies of #098BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098BBE

Black with #098BBE

Text Example


Text Example

White with #098BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,139,190); }

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

background-color css

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

 a { background-color: rgb(9,139,190); }

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

border-color css

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

 span { border-color: rgb(9,139,190); }

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