Html Css Color HEX #1190AB Bondi Blue

📋 copy color: '#1190AB'

red 17 ◦ green 144 ◦ blue 171

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

Shades of Bondi Blue #1190AB

Tints of Bondi Blue #1190AB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.37%

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

R = 5.12%
G = 43.37%
B = 51.51%

CMYK

 C value IS 0.90

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1190AB (or 0x1190AB) is known color: Bondi Blue. HEX triplet: 11, 90 and AB. RGB value is (17,144,171). Sum of RGB (Red+Green+Blue) = 17+144+171=332 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.12% from 332); Green value is 144 (56.64% from 255 or 43.37% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #1190AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1190AB is #EE6F54. Grayscale: #6C6C6C. Windows color (decimal): -15626069 or 11243537. OLE color: 11243537.

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

Color convert

RGB 17 144 171 -
CMYK 0.90 0.16 0 0.33
HSL 190.52º 0.82% 0.37% -
HSV(B) 190.52º 0.9% 0.67% -
XYZ 17.56 23.01 42.04 -
YUV 109.11 162.92 62.3 -
System Red Green Blue C M Y K H S L
Decimal 17 144 171 0.90 0.16 0 0.33 190.52 0.82 0.37
Hex 11 90 AB 5A 10 0 21 BF 52 25
Octal 21 220 253 132 20 0 41 277 122 45
Binary 10001 10010000 10101011 1011010 10000 0 100001 10111111 1010010 100101

Color Harmonies of #1190AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1190AB

Black with #1190AB

Text Example


Text Example

White with #1190AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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