Html Css Color HEX #109AB9 Bondi Blue

📋 copy color: '#109AB9'

red 16 ◦ green 154 ◦ blue 185

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

Shades of Bondi Blue #109AB9

Tints of Bondi Blue #109AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 52.11%

R = 4.51%
G = 43.38%
B = 52.11%

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

#109AB9 (or 0x109AB9) is known color: Bondi Blue. HEX triplet: 10, 9A and B9. RGB value is (16,154,185). Sum of RGB (Red+Green+Blue) = 16+154+185=355 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.51% from 355); Green value is 154 (60.55% from 255 or 43.38% from 355); Blue value is 185 (72.66% from 255 or 52.11% from 355); Max value from RGB is 185 - color contains mainly: blue. Hex color #109AB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109AB9 is #EF6546. Grayscale: #747474. Windows color (decimal): -15689031 or 12163600. OLE color: 12163600.

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

Color convert

RGB 16 154 185 -
CMYK 0.91 0.17 0 0.27
HSL 191.01º 0.84% 0.39% -
HSV(B) 191.01º 0.91% 0.73% -
XYZ 20.53 26.72 49.98 -
YUV 116.27 166.78 56.48 -
System Red Green Blue C M Y K H S L
Decimal 16 154 185 0.91 0.17 0 0.27 191.01 0.84 0.39
Hex 10 9A B9 5B 11 0 1B BF 54 27
Octal 20 232 271 133 21 0 33 277 124 47
Binary 10000 10011010 10111001 1011011 10001 0 11011 10111111 1010100 100111

Color Harmonies of #109AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109AB9

Black with #109AB9

Text Example


Text Example

White with #109AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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