Html Css Color HEX #1098BA Bondi Blue

📋 copy color: '#1098BA'

red 16 ◦ green 152 ◦ blue 186

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

Shades of Bondi Blue #1098BA

Tints of Bondi Blue #1098BA

RGB

 RED value IS 16 (6.64% from 255) = 4.52%

 GREEN value IS 152 (59.77% from 255) = 42.94%

 BLUE value IS 186 (73.05% from 255) = 52.54%

R = 4.52%
G = 42.94%
B = 52.54%

CMYK

 C value IS 0.91

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1098BA (or 0x1098BA) is known color: Bondi Blue. HEX triplet: 10, 98 and BA. RGB value is (16,152,186). Sum of RGB (Red+Green+Blue) = 16+152+186=354 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.52% from 354); Green value is 152 (59.77% from 255 or 42.94% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #1098BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1098BA is #EF6745. Grayscale: #727272. Windows color (decimal): -15689542 or 12228624. OLE color: 12228624.

HSL color Cylindrical-coordinate representation of color #1098BA: hue angle of 192º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1098BA is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 16 152 186 -
CMYK 0.91 0.18 0 0.27
HSL 192º 0.84% 0.4% -
HSV(B) 192º 0.91% 0.73% -
XYZ 20.3 26.11 50.42 -
YUV 115.21 167.94 57.24 -
System Red Green Blue C M Y K H S L
Decimal 16 152 186 0.91 0.18 0 0.27 192 0.84 0.4
Hex 10 98 BA 5B 12 0 1B C0 54 28
Octal 20 230 272 133 22 0 33 300 124 50
Binary 10000 10011000 10111010 1011011 10010 0 11011 11000000 1010100 101000

Color Harmonies of #1098BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1098BA

Black with #1098BA

Text Example


Text Example

White with #1098BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1098BA; }

 p { color: rgb(16,152,186); }

 H1.HeaderClassName
 {
   color: #1098BA;
 }
 .AnyTagClassName
 {
   color: #1098BA;
 }
</style>

background-color css

<style>
 a { background-color: #1098BA; }

 a { background-color: rgb(16,152,186); }

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

border-color css

<style>
 span { border-color: #1098BA; }

 span { border-color: rgb(16,152,186); }

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