Html Css Color HEX #108CB1 Bondi Blue

📋 copy color: '#108CB1'

red 16 ◦ green 140 ◦ blue 177

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

Shades of Bondi Blue #108CB1

Tints of Bondi Blue #108CB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 53.15%

R = 4.8%
G = 42.04%
B = 53.15%

CMYK

 C value IS 0.91

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#108CB1 (or 0x108CB1) is known color: Bondi Blue. HEX triplet: 10, 8C and B1. RGB value is (16,140,177). Sum of RGB (Red+Green+Blue) = 16+140+177=333 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.80% from 333); Green value is 140 (55.08% from 255 or 42.04% from 333); Blue value is 177 (69.53% from 255 or 53.15% from 333); Max value from RGB is 177 - color contains mainly: blue. Hex color #108CB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108CB1 is #EF734E. Grayscale: #6A6A6A. Windows color (decimal): -15692623 or 11635728. OLE color: 11635728.

HSL color Cylindrical-coordinate representation of color #108CB1: hue angle of 193.79º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #108CB1 is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 16 140 177 -
CMYK 0.91 0.21 0 0.31
HSL 193.79º 0.83% 0.38% -
HSV(B) 193.79º 0.91% 0.69% -
XYZ 17.53 22.04 44.93 -
YUV 107.14 167.42 62.99 -
System Red Green Blue C M Y K H S L
Decimal 16 140 177 0.91 0.21 0 0.31 193.79 0.83 0.38
Hex 10 8C B1 5B 15 0 1F C2 53 26
Octal 20 214 261 133 25 0 37 302 123 46
Binary 10000 10001100 10110001 1011011 10101 0 11111 11000010 1010011 100110

Color Harmonies of #108CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108CB1

Black with #108CB1

Text Example


Text Example

White with #108CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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