Html Css Color HEX #1098BB Bondi Blue

📋 copy color: '#1098BB'

red 16 ◦ green 152 ◦ blue 187

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

Shades of Bondi Blue #1098BB

Tints of Bondi Blue #1098BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 52.68%

R = 4.51%
G = 42.82%
B = 52.68%

CMYK

 C value IS 0.91

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1098BB (or 0x1098BB) is known color: Bondi Blue. HEX triplet: 10, 98 and BB. RGB value is (16,152,187). Sum of RGB (Red+Green+Blue) = 16+152+187=355 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.51% from 355); Green value is 152 (59.77% from 255 or 42.82% from 355); Blue value is 187 (73.44% from 255 or 52.68% from 355); Max value from RGB is 187 - color contains mainly: blue. Hex color #1098BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1098BB is #EF6744. Grayscale: #737373. Windows color (decimal): -15689541 or 12294160. OLE color: 12294160.

HSL color Cylindrical-coordinate representation of color #1098BB: hue angle of 192.28º 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 #1098BB is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 16 152 187 -
CMYK 0.91 0.19 0 0.27
HSL 192.28º 0.84% 0.4% -
HSV(B) 192.28º 0.91% 0.73% -
XYZ 20.41 26.15 50.99 -
YUV 115.33 168.44 57.15 -
System Red Green Blue C M Y K H S L
Decimal 16 152 187 0.91 0.19 0 0.27 192.28 0.84 0.4
Hex 10 98 BB 5B 13 0 1B C0 54 28
Octal 20 230 273 133 23 0 33 300 124 50
Binary 10000 10011000 10111011 1011011 10011 0 11011 11000000 1010100 101000

Color Harmonies of #1098BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1098BB

Black with #1098BB

Text Example


Text Example

White with #1098BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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