Html Css Color HEX #108DB9 Bondi Blue

📋 copy color: '#108DB9'

red 16 ◦ green 141 ◦ blue 185

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

Shades of Bondi Blue #108DB9

Tints of Bondi Blue #108DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 54.09%

R = 4.68%
G = 41.23%
B = 54.09%

CMYK

 C value IS 0.91

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#108DB9 (or 0x108DB9) is known color: Bondi Blue. HEX triplet: 10, 8D and B9. RGB value is (16,141,185). Sum of RGB (Red+Green+Blue) = 16+141+185=342 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.68% from 342); Green value is 141 (55.47% from 255 or 41.23% from 342); Blue value is 185 (72.66% from 255 or 54.09% from 342); Max value from RGB is 185 - color contains mainly: blue. Hex color #108DB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #108DB9 is #EF7246. Grayscale: #6C6C6C. Windows color (decimal): -15692359 or 12160272. OLE color: 12160272.

HSL color Cylindrical-coordinate representation of color #108DB9: hue angle of 195.62º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #108DB9 is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 16 141 185 -
CMYK 0.91 0.24 0 0.27
HSL 195.62º 0.84% 0.39% -
HSV(B) 195.62º 0.91% 0.73% -
XYZ 18.5 22.66 49.3 -
YUV 108.64 171.09 61.92 -
System Red Green Blue C M Y K H S L
Decimal 16 141 185 0.91 0.24 0 0.27 195.62 0.84 0.39
Hex 10 8D B9 5B 18 0 1B C4 54 27
Octal 20 215 271 133 30 0 33 304 124 47
Binary 10000 10001101 10111001 1011011 11000 0 11011 11000100 1010100 100111

Color Harmonies of #108DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108DB9

Black with #108DB9

Text Example


Text Example

White with #108DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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