Html Css Color HEX #118DB4 Bondi Blue

📋 copy color: '#118DB4'

red 17 ◦ green 141 ◦ blue 180

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

Shades of Bondi Blue #118DB4

Tints of Bondi Blue #118DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 53.25%

R = 5.03%
G = 41.72%
B = 53.25%

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

#118DB4 (or 0x118DB4) is known color: Bondi Blue. HEX triplet: 11, 8D and B4. RGB value is (17,141,180). Sum of RGB (Red+Green+Blue) = 17+141+180=338 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.03% from 338); Green value is 141 (55.47% from 255 or 41.72% from 338); Blue value is 180 (70.70% from 255 or 53.25% from 338); Max value from RGB is 180 - color contains mainly: blue. Hex color #118DB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118DB4 is #EE724B. Grayscale: #6C6C6C. Windows color (decimal): -15626828 or 11832593. OLE color: 11832593.

HSL color Cylindrical-coordinate representation of color #118DB4: hue angle of 194.36º 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 #118DB4 is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 17 141 180 -
CMYK 0.91 0.22 0 0.29
HSL 194.36º 0.83% 0.39% -
HSV(B) 194.36º 0.91% 0.71% -
XYZ 17.99 22.46 46.57 -
YUV 108.37 168.42 62.83 -
System Red Green Blue C M Y K H S L
Decimal 17 141 180 0.91 0.22 0 0.29 194.36 0.83 0.39
Hex 11 8D B4 5B 16 0 1D C2 53 27
Octal 21 215 264 133 26 0 35 302 123 47
Binary 10001 10001101 10110100 1011011 10110 0 11101 11000010 1010011 100111

Color Harmonies of #118DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118DB4

Black with #118DB4

Text Example


Text Example

White with #118DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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