Html Css Color HEX #109BAA Bondi Blue

📋 copy color: '#109BAA'

red 16 ◦ green 155 ◦ blue 170

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

Shades of Bondi Blue #109BAA

Tints of Bondi Blue #109BAA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 45.45%

 BLUE value IS 170 (66.8% from 255) = 49.85%

R = 4.69%
G = 45.45%
B = 49.85%

CMYK

 C value IS 0.91

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#109BAA (or 0x109BAA) is known color: Bondi Blue. HEX triplet: 10, 9B and AA. RGB value is (16,155,170). Sum of RGB (Red+Green+Blue) = 16+155+170=341 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.69% from 341); Green value is 155 (60.94% from 255 or 45.45% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #109BAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109BAA is #EF6455. Grayscale: #727272. Windows color (decimal): -15688790 or 11180816. OLE color: 11180816.

HSL color Cylindrical-coordinate representation of color #109BAA: hue angle of 185.84º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #109BAA is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 155 170 -
CMYK 0.91 0.09 0 0.33
HSL 185.84º 0.83% 0.36% -
HSV(B) 185.84º 0.91% 0.67% -
XYZ 19.19 26.46 42.13 -
YUV 115.15 158.95 57.28 -
System Red Green Blue C M Y K H S L
Decimal 16 155 170 0.91 0.09 0 0.33 185.84 0.83 0.36
Hex 10 9B AA 5B 9 0 21 BA 53 24
Octal 20 233 252 133 11 0 41 272 123 44
Binary 10000 10011011 10101010 1011011 1001 0 100001 10111010 1010011 100100

Color Harmonies of #109BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109BAA

Black with #109BAA

Text Example


Text Example

White with #109BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,155,170); }

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

background-color css

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

 a { background-color: rgb(16,155,170); }

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

border-color css

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

 span { border-color: rgb(16,155,170); }

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