Html Css Color HEX #119AAD Bondi Blue

📋 copy color: '#119AAD'

red 17 ◦ green 154 ◦ blue 173

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

Shades of Bondi Blue #119AAD

Tints of Bondi Blue #119AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 50.29%

R = 4.94%
G = 44.77%
B = 50.29%

CMYK

 C value IS 0.90

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#119AAD (or 0x119AAD) is known color: Bondi Blue. HEX triplet: 11, 9A and AD. RGB value is (17,154,173). Sum of RGB (Red+Green+Blue) = 17+154+173=344 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.94% from 344); Green value is 154 (60.55% from 255 or 44.77% from 344); Blue value is 173 (67.97% from 255 or 50.29% from 344); Max value from RGB is 173 - color contains mainly: blue. Hex color #119AAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119AAD is #EE6552. Grayscale: #727272. Windows color (decimal): -15623507 or 11377169. OLE color: 11377169.

HSL color Cylindrical-coordinate representation of color #119AAD: hue angle of 187.31º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #119AAD is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 17 154 173 -
CMYK 0.90 0.11 0 0.32
HSL 187.31º 0.82% 0.37% -
HSV(B) 187.31º 0.9% 0.68% -
XYZ 19.33 26.25 43.58 -
YUV 115.2 160.61 57.96 -
System Red Green Blue C M Y K H S L
Decimal 17 154 173 0.90 0.11 0 0.32 187.31 0.82 0.37
Hex 11 9A AD 5A B 0 20 BB 52 25
Octal 21 232 255 132 13 0 40 273 122 45
Binary 10001 10011010 10101101 1011010 1011 0 100000 10111011 1010010 100101

Color Harmonies of #119AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119AAD

Black with #119AAD

Text Example


Text Example

White with #119AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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