Html Css Color HEX #109EAB Bondi Blue

📋 copy color: '#109EAB'

red 16 ◦ green 158 ◦ blue 171

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

Shades of Bondi Blue #109EAB

Tints of Bondi Blue #109EAB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 45.8%

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

R = 4.64%
G = 45.8%
B = 49.57%

CMYK

 C value IS 0.91

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#109EAB (or 0x109EAB) is known color: Bondi Blue. HEX triplet: 10, 9E and AB. RGB value is (16,158,171). Sum of RGB (Red+Green+Blue) = 16+158+171=345 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.64% from 345); Green value is 158 (62.11% from 255 or 45.80% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #109EAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109EAB is #EF6154. Grayscale: #747474. Windows color (decimal): -15688021 or 11247120. OLE color: 11247120.

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

Color convert

RGB 16 158 171 -
CMYK 0.91 0.08 0 0.33
HSL 185.03º 0.83% 0.37% -
HSV(B) 185.03º 0.91% 0.67% -
XYZ 19.79 27.5 42.79 -
YUV 117.02 158.46 55.94 -
System Red Green Blue C M Y K H S L
Decimal 16 158 171 0.91 0.08 0 0.33 185.03 0.83 0.37
Hex 10 9E AB 5B 8 0 21 B9 53 25
Octal 20 236 253 133 10 0 41 271 123 45
Binary 10000 10011110 10101011 1011011 1000 0 100001 10111001 1010011 100101

Color Harmonies of #109EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109EAB

Black with #109EAB

Text Example


Text Example

White with #109EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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