Html Css Color HEX #119AAB Bondi Blue

📋 copy color: '#119AAB'

red 17 ◦ green 154 ◦ blue 171

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

Shades of Bondi Blue #119AAB

Tints of Bondi Blue #119AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 50%

R = 4.97%
G = 45.03%
B = 50%

CMYK

 C value IS 0.90

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#119AAB (or 0x119AAB) is known color: Bondi Blue. HEX triplet: 11, 9A and AB. RGB value is (17,154,171). Sum of RGB (Red+Green+Blue) = 17+154+171=342 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.97% from 342); Green value is 154 (60.55% from 255 or 45.03% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #119AAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119AAB is #EE6554. Grayscale: #727272. Windows color (decimal): -15623509 or 11246097. OLE color: 11246097.

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

Color convert

RGB 17 154 171 -
CMYK 0.90 0.10 0 0.33
HSL 186.62º 0.82% 0.37% -
HSV(B) 186.62º 0.9% 0.67% -
XYZ 19.14 26.17 42.57 -
YUV 114.98 159.61 58.12 -
System Red Green Blue C M Y K H S L
Decimal 17 154 171 0.90 0.10 0 0.33 186.62 0.82 0.37
Hex 11 9A AB 5A A 0 21 BB 52 25
Octal 21 232 253 132 12 0 41 273 122 45
Binary 10001 10011010 10101011 1011010 1010 0 100001 10111011 1010010 100101

Color Harmonies of #119AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119AAB

Black with #119AAB

Text Example


Text Example

White with #119AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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