#098CC2

Color #098CC2 Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #098CC2

Tints of Bondi Blue #098CC2

Color information

#098CC2 (or 0x098CC2) is unknown color: approx Bondi Blue. HEX triplet: 09, 8C and C2. RGB value is (9,140,194). Sum of RGB (Red+Green+Blue) = 9+140+194=343 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 343); Green value is 140 (55.08% from 255 or 40.82% from 343); Blue value is 194 (76.17% from 255 or 56.56% from 343); Max value from RGB is 194 - color contains mainly: blue. Hex color #098CC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098CC2 is #F6733D. Grayscale: #6A6A6A. Windows color (decimal): -16151358 or 12749833. OLE color: 12749833.

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

Color convert

RGB9140194-
CMYK0.950.2800.24
HSL197.51º91.13%39.8%-
HSV(B)197.51º95.36%76.08%-
XYZ19.2322.7154.41-
YUV106.99177.158.11-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.62%
GREEN value IS 140 (55.08% from 255) = 40.82%
BLUE value IS 194 (76.17% from 255) = 56.56%
R=2.62%
G=40.82%
B=56.56%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal91401940.950.2800.24197.5191.1339.8
Hex98CC25F1C018c65b28
Octal112143021373403030613350
Binary10011000110011000010101111111100011000110001101011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,140,194); }

 H1.HeaderClassName
 {
   color: #098CC2;
 }
 .AnyTagClassName
 {
   color: #098CC2;
 }
</style>
background-color css

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

 a { background-color: rgb(9,140,194); }

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

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

 span { border-color: rgb(9,140,194); }

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