Html Css Color HEX #098DB2 Bondi Blue

📋 copy color: '#098DB2'

red 9 ◦ green 141 ◦ blue 178

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

Shades of Bondi Blue #098DB2

Tints of Bondi Blue #098DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 54.27%

R = 2.74%
G = 42.99%
B = 54.27%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#098DB2 (or 0x098DB2) is known color: Bondi Blue. HEX triplet: 09, 8D and B2. RGB value is (9,141,178). Sum of RGB (Red+Green+Blue) = 9+141+178=328 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.74% from 328); Green value is 141 (55.47% from 255 or 42.99% from 328); Blue value is 178 (69.92% from 255 or 54.27% from 328); Max value from RGB is 178 - color contains mainly: blue. Hex color #098DB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098DB2 is #F6724D. Grayscale: #696969. Windows color (decimal): -16151118 or 11701513. OLE color: 11701513.

HSL color Cylindrical-coordinate representation of color #098DB2: hue angle of 193.14º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #098DB2 is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 9 141 178 -
CMYK 0.95 0.21 0 0.30
HSL 193.14º 0.9% 0.37% -
HSV(B) 193.14º 0.95% 0.7% -
XYZ 17.67 22.32 45.5 -
YUV 105.75 168.77 58.99 -
System Red Green Blue C M Y K H S L
Decimal 9 141 178 0.95 0.21 0 0.30 193.14 0.9 0.37
Hex 9 8D B2 5F 15 0 1E C1 5A 25
Octal 11 215 262 137 25 0 36 301 132 45
Binary 1001 10001101 10110010 1011111 10101 0 11110 11000001 1011010 100101

Color Harmonies of #098DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098DB2

Black with #098DB2

Text Example


Text Example

White with #098DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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