Html Css Color HEX #109BAB Bondi Blue

📋 copy color: '#109BAB'

red 16 ◦ green 155 ◦ blue 171

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

Shades of Bondi Blue #109BAB

Tints of Bondi Blue #109BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 50%

R = 4.68%
G = 45.32%
B = 50%

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

#109BAB (or 0x109BAB) is known color: Bondi Blue. HEX triplet: 10, 9B and AB. RGB value is (16,155,171). Sum of RGB (Red+Green+Blue) = 16+155+171=342 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.68% from 342); Green value is 155 (60.94% from 255 or 45.32% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #109BAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109BAB is #EF6454. Grayscale: #737373. Windows color (decimal): -15688789 or 11246352. OLE color: 11246352.

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

Color convert

RGB 16 155 171 -
CMYK 0.91 0.09 0 0.33
HSL 186.19º 0.83% 0.37% -
HSV(B) 186.19º 0.91% 0.67% -
XYZ 19.29 26.49 42.63 -
YUV 115.26 159.45 57.2 -
System Red Green Blue C M Y K H S L
Decimal 16 155 171 0.91 0.09 0 0.33 186.19 0.83 0.37
Hex 10 9B AB 5B 9 0 21 BA 53 25
Octal 20 233 253 133 11 0 41 272 123 45
Binary 10000 10011011 10101011 1011011 1001 0 100001 10111010 1010011 100101

Color Harmonies of #109BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109BAB

Black with #109BAB

Text Example


Text Example

White with #109BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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