Html Css Color HEX #1185BD Bondi Blue

📋 copy color: '#1185BD'

red 17 ◦ green 133 ◦ blue 189

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

Shades of Bondi Blue #1185BD

Tints of Bondi Blue #1185BD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.23%

 BLUE value IS 189 (74.22% from 255) = 55.75%

R = 5.01%
G = 39.23%
B = 55.75%

CMYK

 C value IS 0.91

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1185BD (or 0x1185BD) is known color: Bondi Blue. HEX triplet: 11, 85 and BD. RGB value is (17,133,189). Sum of RGB (Red+Green+Blue) = 17+133+189=339 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.01% from 339); Green value is 133 (52.34% from 255 or 39.23% from 339); Blue value is 189 (74.22% from 255 or 55.75% from 339); Max value from RGB is 189 - color contains mainly: blue. Hex color #1185BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1185BD is #EE7A42. Grayscale: #686868. Windows color (decimal): -15628867 or 12420369. OLE color: 12420369.

HSL color Cylindrical-coordinate representation of color #1185BD: hue angle of 199.53º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1185BD is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 17 133 189 -
CMYK 0.91 0.30 0 0.26
HSL 199.53º 0.83% 0.4% -
HSV(B) 199.53º 0.91% 0.74% -
XYZ 17.8 20.57 51.18 -
YUV 104.7 175.57 65.45 -
System Red Green Blue C M Y K H S L
Decimal 17 133 189 0.91 0.30 0 0.26 199.53 0.83 0.4
Hex 11 85 BD 5B 1E 0 1A C8 53 28
Octal 21 205 275 133 36 0 32 310 123 50
Binary 10001 10000101 10111101 1011011 11110 0 11010 11001000 1010011 101000

Color Harmonies of #1185BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1185BD

Black with #1185BD

Text Example


Text Example

White with #1185BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1185BD; }

 p { color: rgb(17,133,189); }

 H1.HeaderClassName
 {
   color: #1185BD;
 }
 .AnyTagClassName
 {
   color: #1185BD;
 }
</style>

background-color css

<style>
 a { background-color: #1185BD; }

 a { background-color: rgb(17,133,189); }

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

border-color css

<style>
 span { border-color: #1185BD; }

 span { border-color: rgb(17,133,189); }

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