Html Css Color HEX #108CBB Bondi Blue

📋 copy color: '#108CBB'

red 16 ◦ green 140 ◦ blue 187

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

Shades of Bondi Blue #108CBB

Tints of Bondi Blue #108CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 54.52%

R = 4.66%
G = 40.82%
B = 54.52%

CMYK

 C value IS 0.91

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#108CBB (or 0x108CBB) is known color: Bondi Blue. HEX triplet: 10, 8C and BB. RGB value is (16,140,187). Sum of RGB (Red+Green+Blue) = 16+140+187=343 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.66% from 343); Green value is 140 (55.08% from 255 or 40.82% from 343); Blue value is 187 (73.44% from 255 or 54.52% from 343); Max value from RGB is 187 - color contains mainly: blue. Hex color #108CBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #108CBB is #EF7344. Grayscale: #6B6B6B. Windows color (decimal): -15692613 or 12291088. OLE color: 12291088.

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

Color convert

RGB 16 140 187 -
CMYK 0.91 0.25 0 0.27
HSL 196.49º 0.84% 0.4% -
HSV(B) 196.49º 0.91% 0.73% -
XYZ 18.56 22.45 50.37 -
YUV 108.28 172.42 62.18 -
System Red Green Blue C M Y K H S L
Decimal 16 140 187 0.91 0.25 0 0.27 196.49 0.84 0.4
Hex 10 8C BB 5B 19 0 1B C4 54 28
Octal 20 214 273 133 31 0 33 304 124 50
Binary 10000 10001100 10111011 1011011 11001 0 11011 11000100 1010100 101000

Color Harmonies of #108CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108CBB

Black with #108CBB

Text Example


Text Example

White with #108CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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