Html Css Color HEX #1189AE Bondi Blue

📋 copy color: '#1189AE'

red 17 ◦ green 137 ◦ blue 174

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

Shades of Bondi Blue #1189AE

Tints of Bondi Blue #1189AE

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.77%

 BLUE value IS 174 (68.36% from 255) = 53.05%

R = 5.18%
G = 41.77%
B = 53.05%

CMYK

 C value IS 0.90

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1189AE (or 0x1189AE) is known color: Bondi Blue. HEX triplet: 11, 89 and AE. RGB value is (17,137,174). Sum of RGB (Red+Green+Blue) = 17+137+174=328 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.18% from 328); Green value is 137 (53.91% from 255 or 41.77% from 328); Blue value is 174 (68.36% from 255 or 53.05% from 328); Max value from RGB is 174 - color contains mainly: blue. Hex color #1189AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1189AE is #EE7651. Grayscale: #696969. Windows color (decimal): -15627858 or 11438353. OLE color: 11438353.

HSL color Cylindrical-coordinate representation of color #1189AE: hue angle of 194.14º 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 #1189AE is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 17 137 174 -
CMYK 0.90 0.21 0 0.32
HSL 194.14º 0.82% 0.37% -
HSV(B) 194.14º 0.9% 0.68% -
XYZ 16.82 21.07 43.22 -
YUV 105.34 166.74 64.99 -
System Red Green Blue C M Y K H S L
Decimal 17 137 174 0.90 0.21 0 0.32 194.14 0.82 0.37
Hex 11 89 AE 5A 15 0 20 C2 52 25
Octal 21 211 256 132 25 0 40 302 122 45
Binary 10001 10001001 10101110 1011010 10101 0 100000 11000010 1010010 100101

Color Harmonies of #1189AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1189AE

Black with #1189AE

Text Example


Text Example

White with #1189AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1189AE; }

 p { color: rgb(17,137,174); }

 H1.HeaderClassName
 {
   color: #1189AE;
 }
 .AnyTagClassName
 {
   color: #1189AE;
 }
</style>

background-color css

<style>
 a { background-color: #1189AE; }

 a { background-color: rgb(17,137,174); }

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

border-color css

<style>
 span { border-color: #1189AE; }

 span { border-color: rgb(17,137,174); }

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