Html Css Color HEX #109ABA Bondi Blue

📋 copy color: '#109ABA'

red 16 ◦ green 154 ◦ blue 186

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

Shades of Bondi Blue #109ABA

Tints of Bondi Blue #109ABA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.26%

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

R = 4.49%
G = 43.26%
B = 52.25%

CMYK

 C value IS 0.91

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#109ABA (or 0x109ABA) is known color: Bondi Blue. HEX triplet: 10, 9A and BA. RGB value is (16,154,186). Sum of RGB (Red+Green+Blue) = 16+154+186=356 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.49% from 356); Green value is 154 (60.55% from 255 or 43.26% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #109ABA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109ABA is #EF6545. Grayscale: #747474. Windows color (decimal): -15689030 or 12229136. OLE color: 12229136.

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

Color convert

RGB 16 154 186 -
CMYK 0.91 0.17 0 0.27
HSL 191.29º 0.84% 0.4% -
HSV(B) 191.29º 0.91% 0.73% -
XYZ 20.63 26.77 50.53 -
YUV 116.39 167.28 56.4 -
System Red Green Blue C M Y K H S L
Decimal 16 154 186 0.91 0.17 0 0.27 191.29 0.84 0.4
Hex 10 9A BA 5B 11 0 1B BF 54 28
Octal 20 232 272 133 21 0 33 277 124 50
Binary 10000 10011010 10111010 1011011 10001 0 11011 10111111 1010100 101000

Color Harmonies of #109ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109ABA

Black with #109ABA

Text Example


Text Example

White with #109ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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