Html Css Color HEX #118CBD Bondi Blue

📋 copy color: '#118CBD'

red 17 ◦ green 140 ◦ blue 189

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

Shades of Bondi Blue #118CBD

Tints of Bondi Blue #118CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 54.62%

R = 4.91%
G = 40.46%
B = 54.62%

CMYK

 C value IS 0.91

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#118CBD (or 0x118CBD) is known color: Bondi Blue. HEX triplet: 11, 8C and BD. RGB value is (17,140,189). Sum of RGB (Red+Green+Blue) = 17+140+189=346 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.91% from 346); Green value is 140 (55.08% from 255 or 40.46% from 346); Blue value is 189 (74.22% from 255 or 54.62% from 346); Max value from RGB is 189 - color contains mainly: blue. Hex color #118CBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118CBD is #EE7342. Grayscale: #6C6C6C. Windows color (decimal): -15627075 or 12422161. OLE color: 12422161.

HSL color Cylindrical-coordinate representation of color #118CBD: hue angle of 197.09º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #118CBD is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 17 140 189 -
CMYK 0.91 0.26 0 0.26
HSL 197.09º 0.83% 0.4% -
HSV(B) 197.09º 0.91% 0.74% -
XYZ 18.79 22.55 51.51 -
YUV 108.81 173.25 62.52 -
System Red Green Blue C M Y K H S L
Decimal 17 140 189 0.91 0.26 0 0.26 197.09 0.83 0.4
Hex 11 8C BD 5B 1A 0 1A C5 53 28
Octal 21 214 275 133 32 0 32 305 123 50
Binary 10001 10001100 10111101 1011011 11010 0 11010 11000101 1010011 101000

Color Harmonies of #118CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118CBD

Black with #118CBD

Text Example


Text Example

White with #118CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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