Html Css Color HEX #109DAE Bondi Blue

📋 copy color: '#109DAE'

red 16 ◦ green 157 ◦ blue 174

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

Shades of Bondi Blue #109DAE

Tints of Bondi Blue #109DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 50.14%

R = 4.61%
G = 45.24%
B = 50.14%

CMYK

 C value IS 0.91

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#109DAE (or 0x109DAE) is known color: Bondi Blue. HEX triplet: 10, 9D and AE. RGB value is (16,157,174). Sum of RGB (Red+Green+Blue) = 16+157+174=347 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.61% from 347); Green value is 157 (61.72% from 255 or 45.24% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #109DAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109DAE is #EF6251. Grayscale: #747474. Windows color (decimal): -15688274 or 11443472. OLE color: 11443472.

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

Color convert

RGB 16 157 174 -
CMYK 0.91 0.10 0 0.32
HSL 186.46º 0.83% 0.37% -
HSV(B) 186.46º 0.91% 0.68% -
XYZ 19.91 27.28 44.26 -
YUV 116.78 160.29 56.12 -
System Red Green Blue C M Y K H S L
Decimal 16 157 174 0.91 0.10 0 0.32 186.46 0.83 0.37
Hex 10 9D AE 5B A 0 20 BA 53 25
Octal 20 235 256 133 12 0 40 272 123 45
Binary 10000 10011101 10101110 1011011 1010 0 100000 10111010 1010011 100101

Color Harmonies of #109DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109DAE

Black with #109DAE

Text Example


Text Example

White with #109DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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