Html Css Color HEX #109DAC Bondi Blue

📋 copy color: '#109DAC'

red 16 ◦ green 157 ◦ blue 172

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

Shades of Bondi Blue #109DAC

Tints of Bondi Blue #109DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49.86%

R = 4.64%
G = 45.51%
B = 49.86%

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

#109DAC (or 0x109DAC) is known color: Bondi Blue. HEX triplet: 10, 9D and AC. RGB value is (16,157,172). Sum of RGB (Red+Green+Blue) = 16+157+172=345 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.64% from 345); Green value is 157 (61.72% from 255 or 45.51% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #109DAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109DAC is #EF6253. Grayscale: #747474. Windows color (decimal): -15688276 or 11312400. OLE color: 11312400.

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

Color convert

RGB 16 157 172 -
CMYK 0.91 0.09 0 0.33
HSL 185.77º 0.83% 0.37% -
HSV(B) 185.77º 0.91% 0.67% -
XYZ 19.72 27.2 43.24 -
YUV 116.55 159.29 56.28 -
System Red Green Blue C M Y K H S L
Decimal 16 157 172 0.91 0.09 0 0.33 185.77 0.83 0.37
Hex 10 9D AC 5B 9 0 21 BA 53 25
Octal 20 235 254 133 11 0 41 272 123 45
Binary 10000 10011101 10101100 1011011 1001 0 100001 10111010 1010011 100101

Color Harmonies of #109DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109DAC

Black with #109DAC

Text Example


Text Example

White with #109DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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