Html Css Color HEX #118DB5 Bondi Blue

📋 copy color: '#118DB5'

red 17 ◦ green 141 ◦ blue 181

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

Shades of Bondi Blue #118DB5

Tints of Bondi Blue #118DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 53.39%

R = 5.01%
G = 41.59%
B = 53.39%

CMYK

 C value IS 0.91

 M value IS 0.22

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#118DB5 (or 0x118DB5) is known color: Bondi Blue. HEX triplet: 11, 8D and B5. RGB value is (17,141,181). Sum of RGB (Red+Green+Blue) = 17+141+181=339 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.01% from 339); Green value is 141 (55.47% from 255 or 41.59% from 339); Blue value is 181 (71.09% from 255 or 53.39% from 339); Max value from RGB is 181 - color contains mainly: blue. Hex color #118DB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118DB5 is #EE724A. Grayscale: #6C6C6C. Windows color (decimal): -15626827 or 11898129. OLE color: 11898129.

HSL color Cylindrical-coordinate representation of color #118DB5: hue angle of 194.63º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #118DB5 is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 17 141 181 -
CMYK 0.91 0.22 0 0.29
HSL 194.63º 0.83% 0.39% -
HSV(B) 194.63º 0.91% 0.71% -
XYZ 18.1 22.51 47.11 -
YUV 108.48 168.92 62.75 -
System Red Green Blue C M Y K H S L
Decimal 17 141 181 0.91 0.22 0 0.29 194.63 0.83 0.39
Hex 11 8D B5 5B 16 0 1D C3 53 27
Octal 21 215 265 133 26 0 35 303 123 47
Binary 10001 10001101 10110101 1011011 10110 0 11101 11000011 1010011 100111

Color Harmonies of #118DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118DB5

Black with #118DB5

Text Example


Text Example

White with #118DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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