Html Css Color HEX #109CAB Bondi Blue

📋 copy color: '#109CAB'

red 16 ◦ green 156 ◦ blue 171

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

Shades of Bondi Blue #109CAB

Tints of Bondi Blue #109CAB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 45.48%

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

R = 4.66%
G = 45.48%
B = 49.85%

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

#109CAB (or 0x109CAB) is known color: Bondi Blue. HEX triplet: 10, 9C and AB. RGB value is (16,156,171). Sum of RGB (Red+Green+Blue) = 16+156+171=343 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.66% from 343); Green value is 156 (61.33% from 255 or 45.48% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #109CAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109CAB is #EF6354. Grayscale: #737373. Windows color (decimal): -15688533 or 11246608. OLE color: 11246608.

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

Color convert

RGB 16 156 171 -
CMYK 0.91 0.09 0 0.33
HSL 185.81º 0.83% 0.37% -
HSV(B) 185.81º 0.91% 0.67% -
XYZ 19.45 26.83 42.68 -
YUV 115.85 159.12 56.78 -
System Red Green Blue C M Y K H S L
Decimal 16 156 171 0.91 0.09 0 0.33 185.81 0.83 0.37
Hex 10 9C AB 5B 9 0 21 BA 53 25
Octal 20 234 253 133 11 0 41 272 123 45
Binary 10000 10011100 10101011 1011011 1001 0 100001 10111010 1010011 100101

Color Harmonies of #109CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109CAB

Black with #109CAB

Text Example


Text Example

White with #109CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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