Html Css Color HEX #1195A7 Bondi Blue

📋 copy color: '#1195A7'

red 17 ◦ green 149 ◦ blue 167

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

Shades of Bondi Blue #1195A7

Tints of Bondi Blue #1195A7

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.74%

 BLUE value IS 167 (65.63% from 255) = 50.15%

R = 5.11%
G = 44.74%
B = 50.15%

CMYK

 C value IS 0.90

 M value IS 0.11

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#1195A7 (or 0x1195A7) is known color: Bondi Blue. HEX triplet: 11, 95 and A7. RGB value is (17,149,167). Sum of RGB (Red+Green+Blue) = 17+149+167=333 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.11% from 333); Green value is 149 (58.59% from 255 or 44.74% from 333); Blue value is 167 (65.62% from 255 or 50.15% from 333); Max value from RGB is 167 - color contains mainly: blue. Hex color #1195A7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1195A7 is #EE6A58. Grayscale: #6F6F6F. Windows color (decimal): -15624793 or 10982673. OLE color: 10982673.

HSL color Cylindrical-coordinate representation of color #1195A7: hue angle of 187.2º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1195A7 is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 17 149 167 -
CMYK 0.90 0.11 0 0.35
HSL 187.2º 0.82% 0.36% -
HSV(B) 187.2º 0.9% 0.65% -
XYZ 17.95 24.4 40.32 -
YUV 111.58 159.27 60.54 -
System Red Green Blue C M Y K H S L
Decimal 17 149 167 0.90 0.11 0 0.35 187.2 0.82 0.36
Hex 11 95 A7 5A B 0 23 BB 52 24
Octal 21 225 247 132 13 0 43 273 122 44
Binary 10001 10010101 10100111 1011010 1011 0 100011 10111011 1010010 100100

Color Harmonies of #1195A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1195A7

Black with #1195A7

Text Example


Text Example

White with #1195A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1195A7; }

 p { color: rgb(17,149,167); }

 H1.HeaderClassName
 {
   color: #1195A7;
 }
 .AnyTagClassName
 {
   color: #1195A7;
 }
</style>

background-color css

<style>
 a { background-color: #1195A7; }

 a { background-color: rgb(17,149,167); }

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

border-color css

<style>
 span { border-color: #1195A7; }

 span { border-color: rgb(17,149,167); }

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