Html Css Color HEX #1193AB Bondi Blue

📋 copy color: '#1193AB'

red 17 ◦ green 147 ◦ blue 171

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

Shades of Bondi Blue #1193AB

Tints of Bondi Blue #1193AB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 43.88%

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

R = 5.07%
G = 43.88%
B = 51.04%

CMYK

 C value IS 0.90

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1193AB (or 0x1193AB) is known color: Bondi Blue. HEX triplet: 11, 93 and AB. RGB value is (17,147,171). Sum of RGB (Red+Green+Blue) = 17+147+171=335 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.07% from 335); Green value is 147 (57.81% from 255 or 43.88% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #1193AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1193AB is #EE6C54. Grayscale: #6E6E6E. Windows color (decimal): -15625301 or 11244305. OLE color: 11244305.

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

Color convert

RGB 17 147 171 -
CMYK 0.90 0.14 0 0.33
HSL 189.35º 0.82% 0.37% -
HSV(B) 189.35º 0.9% 0.67% -
XYZ 18.02 23.93 42.2 -
YUV 110.87 161.93 61.05 -
System Red Green Blue C M Y K H S L
Decimal 17 147 171 0.90 0.14 0 0.33 189.35 0.82 0.37
Hex 11 93 AB 5A E 0 21 BD 52 25
Octal 21 223 253 132 16 0 41 275 122 45
Binary 10001 10010011 10101011 1011010 1110 0 100001 10111101 1010010 100101

Color Harmonies of #1193AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1193AB

Black with #1193AB

Text Example


Text Example

White with #1193AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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