Html Css Color HEX #108ABA Bondi Blue

📋 copy color: '#108ABA'

red 16 ◦ green 138 ◦ blue 186

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

Shades of Bondi Blue #108ABA

Tints of Bondi Blue #108ABA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.59%

 BLUE value IS 186 (73.05% from 255) = 54.71%

R = 4.71%
G = 40.59%
B = 54.71%

CMYK

 C value IS 0.91

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#108ABA (or 0x108ABA) is known color: Bondi Blue. HEX triplet: 10, 8A and BA. RGB value is (16,138,186). Sum of RGB (Red+Green+Blue) = 16+138+186=340 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.71% from 340); Green value is 138 (54.30% from 255 or 40.59% from 340); Blue value is 186 (73.05% from 255 or 54.71% from 340); Max value from RGB is 186 - color contains mainly: blue. Hex color #108ABA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #108ABA is #EF7545. Grayscale: #6A6A6A. Windows color (decimal): -15693126 or 12225040. OLE color: 12225040.

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

Color convert

RGB 16 138 186 -
CMYK 0.91 0.26 0 0.27
HSL 196.94º 0.84% 0.4% -
HSV(B) 196.94º 0.91% 0.73% -
XYZ 18.17 21.83 49.71 -
YUV 106.99 172.58 63.1 -
System Red Green Blue C M Y K H S L
Decimal 16 138 186 0.91 0.26 0 0.27 196.94 0.84 0.4
Hex 10 8A BA 5B 1A 0 1B C5 54 28
Octal 20 212 272 133 32 0 33 305 124 50
Binary 10000 10001010 10111010 1011011 11010 0 11011 11000101 1010100 101000

Color Harmonies of #108ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108ABA

Black with #108ABA

Text Example


Text Example

White with #108ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,138,186); }

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

background-color css

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

 a { background-color: rgb(16,138,186); }

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

border-color css

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

 span { border-color: rgb(16,138,186); }

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