Html Css Color HEX #118CB7 Bondi Blue

📋 copy color: '#118CB7'

red 17 ◦ green 140 ◦ blue 183

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

Shades of Bondi Blue #118CB7

Tints of Bondi Blue #118CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 53.82%

R = 5%
G = 41.18%
B = 53.82%

CMYK

 C value IS 0.91

 M value IS 0.23

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#118CB7 (or 0x118CB7) is known color: Bondi Blue. HEX triplet: 11, 8C and B7. RGB value is (17,140,183). Sum of RGB (Red+Green+Blue) = 17+140+183=340 (45% of max value = 765). Red value is 17 (7.03% from 255 or 5% from 340); Green value is 140 (55.08% from 255 or 41.18% from 340); Blue value is 183 (71.88% from 255 or 53.82% from 340); Max value from RGB is 183 - color contains mainly: blue. Hex color #118CB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118CB7 is #EE7348. Grayscale: #6B6B6B. Windows color (decimal): -15627081 or 12028945. OLE color: 12028945.

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

Color convert

RGB 17 140 183 -
CMYK 0.91 0.23 0 0.28
HSL 195.54º 0.83% 0.39% -
HSV(B) 195.54º 0.91% 0.72% -
XYZ 18.16 22.29 48.15 -
YUV 108.13 170.25 63 -
System Red Green Blue C M Y K H S L
Decimal 17 140 183 0.91 0.23 0 0.28 195.54 0.83 0.39
Hex 11 8C B7 5B 17 0 1C C4 53 27
Octal 21 214 267 133 27 0 34 304 123 47
Binary 10001 10001100 10110111 1011011 10111 0 11100 11000100 1010011 100111

Color Harmonies of #118CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118CB7

Black with #118CB7

Text Example


Text Example

White with #118CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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