Html Css Color HEX #1098AA Bondi Blue

📋 copy color: '#1098AA'

red 16 ◦ green 152 ◦ blue 170

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

Shades of Bondi Blue #1098AA

Tints of Bondi Blue #1098AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 50.3%

R = 4.73%
G = 44.97%
B = 50.3%

CMYK

 C value IS 0.91

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1098AA (or 0x1098AA) is known color: Bondi Blue. HEX triplet: 10, 98 and AA. RGB value is (16,152,170). Sum of RGB (Red+Green+Blue) = 16+152+170=338 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.73% from 338); Green value is 152 (59.77% from 255 or 44.97% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #1098AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1098AA is #EF6755. Grayscale: #717171. Windows color (decimal): -15689558 or 11180048. OLE color: 11180048.

HSL color Cylindrical-coordinate representation of color #1098AA: hue angle of 187.01º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1098AA is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 152 170 -
CMYK 0.91 0.11 0 0.33
HSL 187.01º 0.83% 0.36% -
HSV(B) 187.01º 0.91% 0.67% -
XYZ 18.7 25.47 41.96 -
YUV 113.39 159.94 58.54 -
System Red Green Blue C M Y K H S L
Decimal 16 152 170 0.91 0.11 0 0.33 187.01 0.83 0.36
Hex 10 98 AA 5B B 0 21 BB 53 24
Octal 20 230 252 133 13 0 41 273 123 44
Binary 10000 10011000 10101010 1011011 1011 0 100001 10111011 1010011 100100

Color Harmonies of #1098AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1098AA

Black with #1098AA

Text Example


Text Example

White with #1098AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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