Html Css Color HEX #118CB5 Bondi Blue

📋 copy color: '#118CB5'

red 17 ◦ green 140 ◦ blue 181

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

Shades of Bondi Blue #118CB5

Tints of Bondi Blue #118CB5

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.42%

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

R = 5.03%
G = 41.42%
B = 53.55%

CMYK

 C value IS 0.91

 M value IS 0.23

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#118CB5 (or 0x118CB5) is known color: Bondi Blue. HEX triplet: 11, 8C and B5. RGB value is (17,140,181). Sum of RGB (Red+Green+Blue) = 17+140+181=338 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.03% from 338); Green value is 140 (55.08% from 255 or 41.42% from 338); Blue value is 181 (71.09% from 255 or 53.55% from 338); Max value from RGB is 181 - color contains mainly: blue. Hex color #118CB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118CB5 is #EE734A. Grayscale: #6B6B6B. Windows color (decimal): -15627083 or 11897873. OLE color: 11897873.

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

Color convert

RGB 17 140 181 -
CMYK 0.91 0.23 0 0.29
HSL 195º 0.83% 0.39% -
HSV(B) 195º 0.91% 0.71% -
XYZ 17.95 22.21 47.06 -
YUV 107.9 169.25 63.17 -
System Red Green Blue C M Y K H S L
Decimal 17 140 181 0.91 0.23 0 0.29 195 0.83 0.39
Hex 11 8C B5 5B 17 0 1D C3 53 27
Octal 21 214 265 133 27 0 35 303 123 47
Binary 10001 10001100 10110101 1011011 10111 0 11101 11000011 1010011 100111

Color Harmonies of #118CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118CB5

Black with #118CB5

Text Example


Text Example

White with #118CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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