Html Css Color HEX #1197AE Bondi Blue

📋 copy color: '#1197AE'

red 17 ◦ green 151 ◦ blue 174

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

Shades of Bondi Blue #1197AE

Tints of Bondi Blue #1197AE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 44.15%

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

R = 4.97%
G = 44.15%
B = 50.88%

CMYK

 C value IS 0.90

 M value IS 0.13

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1197AE (or 0x1197AE) is known color: Bondi Blue. HEX triplet: 11, 97 and AE. RGB value is (17,151,174). Sum of RGB (Red+Green+Blue) = 17+151+174=342 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.97% from 342); Green value is 151 (59.38% from 255 or 44.15% from 342); Blue value is 174 (68.36% from 255 or 50.88% from 342); Max value from RGB is 174 - color contains mainly: blue. Hex color #1197AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1197AE is #EE6851. Grayscale: #717171. Windows color (decimal): -15624274 or 11441937. OLE color: 11441937.

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

Color convert

RGB 17 151 174 -
CMYK 0.90 0.13 0 0.32
HSL 188.79º 0.82% 0.37% -
HSV(B) 188.79º 0.9% 0.68% -
XYZ 18.94 25.31 43.93 -
YUV 113.56 162.11 59.13 -
System Red Green Blue C M Y K H S L
Decimal 17 151 174 0.90 0.13 0 0.32 188.79 0.82 0.37
Hex 11 97 AE 5A D 0 20 BD 52 25
Octal 21 227 256 132 15 0 40 275 122 45
Binary 10001 10010111 10101110 1011010 1101 0 100000 10111101 1010010 100101

Color Harmonies of #1197AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1197AE

Black with #1197AE

Text Example


Text Example

White with #1197AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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