Html Css Color HEX #109AB6 Bondi Blue

📋 copy color: '#109AB6'

red 16 ◦ green 154 ◦ blue 182

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

Shades of Bondi Blue #109AB6

Tints of Bondi Blue #109AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 51.7%

R = 4.55%
G = 43.75%
B = 51.7%

CMYK

 C value IS 0.91

 M value IS 0.15

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#109AB6 (or 0x109AB6) is known color: Bondi Blue. HEX triplet: 10, 9A and B6. RGB value is (16,154,182). Sum of RGB (Red+Green+Blue) = 16+154+182=352 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.55% from 352); Green value is 154 (60.55% from 255 or 43.75% from 352); Blue value is 182 (71.48% from 255 or 51.70% from 352); Max value from RGB is 182 - color contains mainly: blue. Hex color #109AB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109AB6 is #EF6549. Grayscale: #737373. Windows color (decimal): -15689034 or 11966992. OLE color: 11966992.

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

Color convert

RGB 16 154 182 -
CMYK 0.91 0.15 0 0.29
HSL 190.12º 0.84% 0.39% -
HSV(B) 190.12º 0.91% 0.71% -
XYZ 20.21 26.6 48.32 -
YUV 115.93 165.28 56.72 -
System Red Green Blue C M Y K H S L
Decimal 16 154 182 0.91 0.15 0 0.29 190.12 0.84 0.39
Hex 10 9A B6 5B F 0 1D BE 54 27
Octal 20 232 266 133 17 0 35 276 124 47
Binary 10000 10011010 10110110 1011011 1111 0 11101 10111110 1010100 100111

Color Harmonies of #109AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109AB6

Black with #109AB6

Text Example


Text Example

White with #109AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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