Html Css Color HEX #109BB4 Bondi Blue

📋 copy color: '#109BB4'

red 16 ◦ green 155 ◦ blue 180

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

Shades of Bondi Blue #109BB4

Tints of Bondi Blue #109BB4

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.16%

 BLUE value IS 180 (70.7% from 255) = 51.28%

R = 4.56%
G = 44.16%
B = 51.28%

CMYK

 C value IS 0.91

 M value IS 0.14

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#109BB4 (or 0x109BB4) is known color: Bondi Blue. HEX triplet: 10, 9B and B4. RGB value is (16,155,180). Sum of RGB (Red+Green+Blue) = 16+155+180=351 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.56% from 351); Green value is 155 (60.94% from 255 or 44.16% from 351); Blue value is 180 (70.70% from 255 or 51.28% from 351); Max value from RGB is 180 - color contains mainly: blue. Hex color #109BB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109BB4 is #EF644B. Grayscale: #747474. Windows color (decimal): -15688780 or 11836176. OLE color: 11836176.

HSL color Cylindrical-coordinate representation of color #109BB4: hue angle of 189.15º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #109BB4 is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 16 155 180 -
CMYK 0.91 0.14 0 0.29
HSL 189.15º 0.84% 0.38% -
HSV(B) 189.15º 0.91% 0.71% -
XYZ 20.17 26.85 47.3 -
YUV 116.29 163.95 56.47 -
System Red Green Blue C M Y K H S L
Decimal 16 155 180 0.91 0.14 0 0.29 189.15 0.84 0.38
Hex 10 9B B4 5B E 0 1D BD 54 26
Octal 20 233 264 133 16 0 35 275 124 46
Binary 10000 10011011 10110100 1011011 1110 0 11101 10111101 1010100 100110

Color Harmonies of #109BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109BB4

Black with #109BB4

Text Example


Text Example

White with #109BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,155,180); }

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

background-color css

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

 a { background-color: rgb(16,155,180); }

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

border-color css

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

 span { border-color: rgb(16,155,180); }

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