Html Css Color HEX #108DBC Bondi Blue

📋 copy color: '#108DBC'

red 16 ◦ green 141 ◦ blue 188

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

Shades of Bondi Blue #108DBC

Tints of Bondi Blue #108DBC

RGB

 RED value IS 16 (6.64% from 255) = 4.64%

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

 BLUE value IS 188 (73.83% from 255) = 54.49%

R = 4.64%
G = 40.87%
B = 54.49%

CMYK

 C value IS 0.91

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#108DBC (or 0x108DBC) is known color: Bondi Blue. HEX triplet: 10, 8D and BC. RGB value is (16,141,188). Sum of RGB (Red+Green+Blue) = 16+141+188=345 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.64% from 345); Green value is 141 (55.47% from 255 or 40.87% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #108DBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #108DBC is #EF7243. Grayscale: #6C6C6C. Windows color (decimal): -15692356 or 12356880. OLE color: 12356880.

HSL color Cylindrical-coordinate representation of color #108DBC: hue angle of 196.4º degrees, saturation: 0.84, 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 #108DBC is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 16 141 188 -
CMYK 0.91 0.25 0 0.26
HSL 196.4º 0.84% 0.4% -
HSV(B) 196.4º 0.91% 0.74% -
XYZ 18.82 22.79 50.98 -
YUV 108.98 172.59 61.68 -
System Red Green Blue C M Y K H S L
Decimal 16 141 188 0.91 0.25 0 0.26 196.4 0.84 0.4
Hex 10 8D BC 5B 19 0 1A C4 54 28
Octal 20 215 274 133 31 0 32 304 124 50
Binary 10000 10001101 10111100 1011011 11001 0 11010 11000100 1010100 101000

Color Harmonies of #108DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108DBC

Black with #108DBC

Text Example


Text Example

White with #108DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #108DBC; }

 p { color: rgb(16,141,188); }

 H1.HeaderClassName
 {
   color: #108DBC;
 }
 .AnyTagClassName
 {
   color: #108DBC;
 }
</style>

background-color css

<style>
 a { background-color: #108DBC; }

 a { background-color: rgb(16,141,188); }

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

border-color css

<style>
 span { border-color: #108DBC; }

 span { border-color: rgb(16,141,188); }

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