Html Css Color HEX #109ABB Bondi Blue

📋 copy color: '#109ABB'

red 16 ◦ green 154 ◦ blue 187

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

Shades of Bondi Blue #109ABB

Tints of Bondi Blue #109ABB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.14%

 BLUE value IS 187 (73.44% from 255) = 52.38%

R = 4.48%
G = 43.14%
B = 52.38%

CMYK

 C value IS 0.91

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#109ABB (or 0x109ABB) is known color: Bondi Blue. HEX triplet: 10, 9A and BB. RGB value is (16,154,187). Sum of RGB (Red+Green+Blue) = 16+154+187=357 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.48% from 357); Green value is 154 (60.55% from 255 or 43.14% from 357); Blue value is 187 (73.44% from 255 or 52.38% from 357); Max value from RGB is 187 - color contains mainly: blue. Hex color #109ABB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109ABB is #EF6544. Grayscale: #747474. Windows color (decimal): -15689029 or 12294672. OLE color: 12294672.

HSL color Cylindrical-coordinate representation of color #109ABB: hue angle of 191.58º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #109ABB is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 16 154 187 -
CMYK 0.91 0.18 0 0.27
HSL 191.58º 0.84% 0.4% -
HSV(B) 191.58º 0.91% 0.73% -
XYZ 20.74 26.81 51.1 -
YUV 116.5 167.78 56.32 -
System Red Green Blue C M Y K H S L
Decimal 16 154 187 0.91 0.18 0 0.27 191.58 0.84 0.4
Hex 10 9A BB 5B 12 0 1B C0 54 28
Octal 20 232 273 133 22 0 33 300 124 50
Binary 10000 10011010 10111011 1011011 10010 0 11011 11000000 1010100 101000

Color Harmonies of #109ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109ABB

Black with #109ABB

Text Example


Text Example

White with #109ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,154,187); }

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

background-color css

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

 a { background-color: rgb(16,154,187); }

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

border-color css

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

 span { border-color: rgb(16,154,187); }

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