Html Css Color HEX #1197AB Bondi Blue

📋 copy color: '#1197AB'

red 17 ◦ green 151 ◦ blue 171

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

Shades of Bondi Blue #1197AB

Tints of Bondi Blue #1197AB

RGB

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

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

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

R = 5.01%
G = 44.54%
B = 50.44%

CMYK

 C value IS 0.90

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1197AB (or 0x1197AB) is known color: Bondi Blue. HEX triplet: 11, 97 and AB. RGB value is (17,151,171). Sum of RGB (Red+Green+Blue) = 17+151+171=339 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.01% from 339); Green value is 151 (59.38% from 255 or 44.54% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #1197AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1197AB is #EE6854. Grayscale: #707070. Windows color (decimal): -15624277 or 11245329. OLE color: 11245329.

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

Color convert

RGB 17 151 171 -
CMYK 0.90 0.12 0 0.33
HSL 187.79º 0.82% 0.37% -
HSV(B) 187.79º 0.9% 0.67% -
XYZ 18.65 25.19 42.41 -
YUV 113.21 160.61 59.37 -
System Red Green Blue C M Y K H S L
Decimal 17 151 171 0.90 0.12 0 0.33 187.79 0.82 0.37
Hex 11 97 AB 5A C 0 21 BC 52 25
Octal 21 227 253 132 14 0 41 274 122 45
Binary 10001 10010111 10101011 1011010 1100 0 100001 10111100 1010010 100101

Color Harmonies of #1197AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1197AB

Black with #1197AB

Text Example


Text Example

White with #1197AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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