Html Css Color HEX #1099AA Bondi Blue

📋 copy color: '#1099AA'

red 16 ◦ green 153 ◦ blue 170

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

Shades of Bondi Blue #1099AA

Tints of Bondi Blue #1099AA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.13%

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

R = 4.72%
G = 45.13%
B = 50.15%

CMYK

 C value IS 0.91

 M value IS 0.1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1099AA (or 0x1099AA) is known color: Bondi Blue. HEX triplet: 10, 99 and AA. RGB value is (16,153,170). Sum of RGB (Red+Green+Blue) = 16+153+170=339 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.72% from 339); Green value is 153 (60.16% from 255 or 45.13% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #1099AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1099AA is #EF6655. Grayscale: #717171. Windows color (decimal): -15689302 or 11180304. OLE color: 11180304.

HSL color Cylindrical-coordinate representation of color #1099AA: hue angle of 186.62º 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 #1099AA is Cyan = 0.91, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 153 170 -
CMYK 0.91 0.1 0 0.33
HSL 186.62º 0.83% 0.36% -
HSV(B) 186.62º 0.91% 0.67% -
XYZ 18.86 25.79 42.02 -
YUV 113.98 159.61 58.12 -
System Red Green Blue C M Y K H S L
Decimal 16 153 170 0.91 0.1 0 0.33 186.62 0.83 0.36
Hex 10 99 AA 5B A 0 21 BB 53 24
Octal 20 231 252 133 12 0 41 273 123 44
Binary 10000 10011001 10101010 1011011 1010 0 100001 10111011 1010011 100100

Color Harmonies of #1099AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1099AA

Black with #1099AA

Text Example


Text Example

White with #1099AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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