Html Css Color HEX #118CB8 Bondi Blue

📋 copy color: '#118CB8'

red 17 ◦ green 140 ◦ blue 184

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

Shades of Bondi Blue #118CB8

Tints of Bondi Blue #118CB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 53.96%

R = 4.99%
G = 41.06%
B = 53.96%

CMYK

 C value IS 0.91

 M value IS 0.24

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#118CB8 (or 0x118CB8) is known color: Bondi Blue. HEX triplet: 11, 8C and B8. RGB value is (17,140,184). Sum of RGB (Red+Green+Blue) = 17+140+184=341 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.99% from 341); Green value is 140 (55.08% from 255 or 41.06% from 341); Blue value is 184 (72.27% from 255 or 53.96% from 341); Max value from RGB is 184 - color contains mainly: blue. Hex color #118CB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118CB8 is #EE7347. Grayscale: #6B6B6B. Windows color (decimal): -15627080 or 12094481. OLE color: 12094481.

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

Color convert

RGB 17 140 184 -
CMYK 0.91 0.24 0 0.28
HSL 195.81º 0.83% 0.39% -
HSV(B) 195.81º 0.91% 0.72% -
XYZ 18.26 22.34 48.7 -
YUV 108.24 170.75 62.92 -
System Red Green Blue C M Y K H S L
Decimal 17 140 184 0.91 0.24 0 0.28 195.81 0.83 0.39
Hex 11 8C B8 5B 18 0 1C C4 53 27
Octal 21 214 270 133 30 0 34 304 123 47
Binary 10001 10001100 10111000 1011011 11000 0 11100 11000100 1010011 100111

Color Harmonies of #118CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118CB8

Black with #118CB8

Text Example


Text Example

White with #118CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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