Html Css Color HEX #118DB1 Bondi Blue

📋 copy color: '#118DB1'

red 17 ◦ green 141 ◦ blue 177

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

Shades of Bondi Blue #118DB1

Tints of Bondi Blue #118DB1

RGB

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

 GREEN value IS 141 (55.47% from 255) = 42.09%

 BLUE value IS 177 (69.53% from 255) = 52.84%

R = 5.07%
G = 42.09%
B = 52.84%

CMYK

 C value IS 0.90

 M value IS 0.20

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#118DB1 (or 0x118DB1) is known color: Bondi Blue. HEX triplet: 11, 8D and B1. RGB value is (17,141,177). Sum of RGB (Red+Green+Blue) = 17+141+177=335 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.07% from 335); Green value is 141 (55.47% from 255 or 42.09% from 335); Blue value is 177 (69.53% from 255 or 52.84% from 335); Max value from RGB is 177 - color contains mainly: blue. Hex color #118DB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118DB1 is #EE724E. Grayscale: #6B6B6B. Windows color (decimal): -15626831 or 11635985. OLE color: 11635985.

HSL color Cylindrical-coordinate representation of color #118DB1: hue angle of 193.5º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #118DB1 is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 17 141 177 -
CMYK 0.90 0.20 0 0.31
HSL 193.5º 0.82% 0.38% -
HSV(B) 193.5º 0.9% 0.69% -
XYZ 17.69 22.34 44.98 -
YUV 108.03 166.92 63.07 -
System Red Green Blue C M Y K H S L
Decimal 17 141 177 0.90 0.20 0 0.31 193.5 0.82 0.38
Hex 11 8D B1 5A 14 0 1F C2 52 26
Octal 21 215 261 132 24 0 37 302 122 46
Binary 10001 10001101 10110001 1011010 10100 0 11111 11000010 1010010 100110

Color Harmonies of #118DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118DB1

Black with #118DB1

Text Example


Text Example

White with #118DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118DB1; }

 p { color: rgb(17,141,177); }

 H1.HeaderClassName
 {
   color: #118DB1;
 }
 .AnyTagClassName
 {
   color: #118DB1;
 }
</style>

background-color css

<style>
 a { background-color: #118DB1; }

 a { background-color: rgb(17,141,177); }

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

border-color css

<style>
 span { border-color: #118DB1; }

 span { border-color: rgb(17,141,177); }

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