Html Css Color HEX #109DB9 Bondi Blue

📋 copy color: '#109DB9'

red 16 ◦ green 157 ◦ blue 185

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

Shades of Bondi Blue #109DB9

Tints of Bondi Blue #109DB9

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.85%

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

R = 4.47%
G = 43.85%
B = 51.68%

CMYK

 C value IS 0.91

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#109DB9 (or 0x109DB9) is known color: Bondi Blue. HEX triplet: 10, 9D and B9. RGB value is (16,157,185). Sum of RGB (Red+Green+Blue) = 16+157+185=358 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.47% from 358); Green value is 157 (61.72% from 255 or 43.85% from 358); Blue value is 185 (72.66% from 255 or 51.68% from 358); Max value from RGB is 185 - color contains mainly: blue. Hex color #109DB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109DB9 is #EF6246. Grayscale: #757575. Windows color (decimal): -15688263 or 12164368. OLE color: 12164368.

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

Color convert

RGB 16 157 185 -
CMYK 0.91 0.15 0 0.27
HSL 189.94º 0.84% 0.39% -
HSV(B) 189.94º 0.91% 0.73% -
XYZ 21.03 27.73 50.14 -
YUV 118.03 165.79 55.22 -
System Red Green Blue C M Y K H S L
Decimal 16 157 185 0.91 0.15 0 0.27 189.94 0.84 0.39
Hex 10 9D B9 5B F 0 1B BE 54 27
Octal 20 235 271 133 17 0 33 276 124 47
Binary 10000 10011101 10111001 1011011 1111 0 11011 10111110 1010100 100111

Color Harmonies of #109DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109DB9

Black with #109DB9

Text Example


Text Example

White with #109DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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