Html Css Color HEX #109FAB Bondi Blue

📋 copy color: '#109FAB'

red 16 ◦ green 159 ◦ blue 171

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

Shades of Bondi Blue #109FAB

Tints of Bondi Blue #109FAB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 45.95%

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

R = 4.62%
G = 45.95%
B = 49.42%

CMYK

 C value IS 0.91

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#109FAB (or 0x109FAB) is known color: Bondi Blue. HEX triplet: 10, 9F and AB. RGB value is (16,159,171). Sum of RGB (Red+Green+Blue) = 16+159+171=346 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.62% from 346); Green value is 159 (62.5% from 255 or 45.95% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #109FAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109FAB is #EF6054. Grayscale: #757575. Windows color (decimal): -15687765 or 11247376. OLE color: 11247376.

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

Color convert

RGB 16 159 171 -
CMYK 0.91 0.07 0 0.33
HSL 184.65º 0.83% 0.37% -
HSV(B) 184.65º 0.91% 0.67% -
XYZ 19.96 27.85 42.85 -
YUV 117.61 158.12 55.52 -
System Red Green Blue C M Y K H S L
Decimal 16 159 171 0.91 0.07 0 0.33 184.65 0.83 0.37
Hex 10 9F AB 5B 7 0 21 B9 53 25
Octal 20 237 253 133 7 0 41 271 123 45
Binary 10000 10011111 10101011 1011011 111 0 100001 10111001 1010011 100101

Color Harmonies of #109FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109FAB

Black with #109FAB

Text Example


Text Example

White with #109FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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