Html Css Color HEX #1197BB Bondi Blue

📋 copy color: '#1197BB'

red 17 ◦ green 151 ◦ blue 187

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

Shades of Bondi Blue #1197BB

Tints of Bondi Blue #1197BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 52.68%

R = 4.79%
G = 42.54%
B = 52.68%

CMYK

 C value IS 0.91

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1197BB (or 0x1197BB) is known color: Bondi Blue. HEX triplet: 11, 97 and BB. RGB value is (17,151,187). Sum of RGB (Red+Green+Blue) = 17+151+187=355 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.79% from 355); Green value is 151 (59.38% from 255 or 42.54% from 355); Blue value is 187 (73.44% from 255 or 52.68% from 355); Max value from RGB is 187 - color contains mainly: blue. Hex color #1197BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1197BB is #EE6844. Grayscale: #727272. Windows color (decimal): -15624261 or 12293905. OLE color: 12293905.

HSL color Cylindrical-coordinate representation of color #1197BB: hue angle of 192.71º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1197BB is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 17 151 187 -
CMYK 0.91 0.19 0 0.27
HSL 192.71º 0.83% 0.4% -
HSV(B) 192.71º 0.91% 0.73% -
XYZ 20.27 25.84 50.93 -
YUV 115.04 168.61 58.07 -
System Red Green Blue C M Y K H S L
Decimal 17 151 187 0.91 0.19 0 0.27 192.71 0.83 0.4
Hex 11 97 BB 5B 13 0 1B C1 53 28
Octal 21 227 273 133 23 0 33 301 123 50
Binary 10001 10010111 10111011 1011011 10011 0 11011 11000001 1010011 101000

Color Harmonies of #1197BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1197BB

Black with #1197BB

Text Example


Text Example

White with #1197BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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