Html Css Color HEX #1193AE Bondi Blue

📋 copy color: '#1193AE'

red 17 ◦ green 147 ◦ blue 174

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

Shades of Bondi Blue #1193AE

Tints of Bondi Blue #1193AE

RGB

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

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

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

R = 5.03%
G = 43.49%
B = 51.48%

CMYK

 C value IS 0.90

 M value IS 0.16

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1193AE (or 0x1193AE) is known color: Bondi Blue. HEX triplet: 11, 93 and AE. RGB value is (17,147,174). Sum of RGB (Red+Green+Blue) = 17+147+174=338 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.03% from 338); Green value is 147 (57.81% from 255 or 43.49% from 338); Blue value is 174 (68.36% from 255 or 51.48% from 338); Max value from RGB is 174 - color contains mainly: blue. Hex color #1193AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1193AE is #EE6C51. Grayscale: #6E6E6E. Windows color (decimal): -15625298 or 11440913. OLE color: 11440913.

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

Color convert

RGB 17 147 174 -
CMYK 0.90 0.16 0 0.32
HSL 190.32º 0.82% 0.37% -
HSV(B) 190.32º 0.9% 0.68% -
XYZ 18.3 24.04 43.72 -
YUV 111.21 163.43 60.8 -
System Red Green Blue C M Y K H S L
Decimal 17 147 174 0.90 0.16 0 0.32 190.32 0.82 0.37
Hex 11 93 AE 5A 10 0 20 BE 52 25
Octal 21 223 256 132 20 0 40 276 122 45
Binary 10001 10010011 10101110 1011010 10000 0 100000 10111110 1010010 100101

Color Harmonies of #1193AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1193AE

Black with #1193AE

Text Example


Text Example

White with #1193AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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