Html Css Color HEX #108CBD Bondi Blue

📋 copy color: '#108CBD'

red 16 ◦ green 140 ◦ blue 189

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

Shades of Bondi Blue #108CBD

Tints of Bondi Blue #108CBD

RGB

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

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

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

R = 4.64%
G = 40.58%
B = 54.78%

CMYK

 C value IS 0.92

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#108CBD (or 0x108CBD) is known color: Bondi Blue. HEX triplet: 10, 8C and BD. RGB value is (16,140,189). Sum of RGB (Red+Green+Blue) = 16+140+189=345 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.64% from 345); Green value is 140 (55.08% from 255 or 40.58% from 345); Blue value is 189 (74.22% from 255 or 54.78% from 345); Max value from RGB is 189 - color contains mainly: blue. Hex color #108CBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #108CBD is #EF7342. Grayscale: #6C6C6C. Windows color (decimal): -15692611 or 12422160. OLE color: 12422160.

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

Color convert

RGB 16 140 189 -
CMYK 0.92 0.26 0 0.26
HSL 196.99º 0.84% 0.4% -
HSV(B) 196.99º 0.92% 0.74% -
XYZ 18.78 22.54 51.51 -
YUV 108.51 173.42 62.02 -
System Red Green Blue C M Y K H S L
Decimal 16 140 189 0.92 0.26 0 0.26 196.99 0.84 0.4
Hex 10 8C BD 5C 1A 0 1A C5 54 28
Octal 20 214 275 134 32 0 32 305 124 50
Binary 10000 10001100 10111101 1011100 11010 0 11010 11000101 1010100 101000

Color Harmonies of #108CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108CBD

Black with #108CBD

Text Example


Text Example

White with #108CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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