Html Css Color HEX #119AAA Bondi Blue

📋 copy color: '#119AAA'

red 17 ◦ green 154 ◦ blue 170

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

Shades of Bondi Blue #119AAA

Tints of Bondi Blue #119AAA

RGB

 RED value IS 17 (7.03% from 255) = 4.99%

 GREEN value IS 154 (60.55% from 255) = 45.16%

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

R = 4.99%
G = 45.16%
B = 49.85%

CMYK

 C value IS 0.9

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#119AAA (or 0x119AAA) is known color: Bondi Blue. HEX triplet: 11, 9A and AA. RGB value is (17,154,170). Sum of RGB (Red+Green+Blue) = 17+154+170=341 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.99% from 341); Green value is 154 (60.55% from 255 or 45.16% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #119AAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119AAA is #EE6555. Grayscale: #727272. Windows color (decimal): -15623510 or 11180561. OLE color: 11180561.

HSL color Cylindrical-coordinate representation of color #119AAA: hue angle of 186.27º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #119AAA is Cyan = 0.9, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 154 170 -
CMYK 0.9 0.09 0 0.33
HSL 186.27º 0.82% 0.37% -
HSV(B) 186.27º 0.9% 0.67% -
XYZ 19.04 26.13 42.07 -
YUV 114.86 159.11 58.2 -
System Red Green Blue C M Y K H S L
Decimal 17 154 170 0.9 0.09 0 0.33 186.27 0.82 0.37
Hex 11 9A AA 5A 9 0 21 BA 52 25
Octal 21 232 252 132 11 0 41 272 122 45
Binary 10001 10011010 10101010 1011010 1001 0 100001 10111010 1010010 100101

Color Harmonies of #119AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119AAA

Black with #119AAA

Text Example


Text Example

White with #119AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119AAA; }

 p { color: rgb(17,154,170); }

 H1.HeaderClassName
 {
   color: #119AAA;
 }
 .AnyTagClassName
 {
   color: #119AAA;
 }
</style>

background-color css

<style>
 a { background-color: #119AAA; }

 a { background-color: rgb(17,154,170); }

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

border-color css

<style>
 span { border-color: #119AAA; }

 span { border-color: rgb(17,154,170); }

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