Html Css Color HEX #109FB3 Bondi Blue

📋 copy color: '#109FB3'

red 16 ◦ green 159 ◦ blue 179

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

Shades of Bondi Blue #109FB3

Tints of Bondi Blue #109FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 50.56%

R = 4.52%
G = 44.92%
B = 50.56%

CMYK

 C value IS 0.91

 M value IS 0.11

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#109FB3 (or 0x109FB3) is known color: Bondi Blue. HEX triplet: 10, 9F and B3. RGB value is (16,159,179). Sum of RGB (Red+Green+Blue) = 16+159+179=354 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.52% from 354); Green value is 159 (62.5% from 255 or 44.92% from 354); Blue value is 179 (70.31% from 255 or 50.56% from 354); Max value from RGB is 179 - color contains mainly: blue. Hex color #109FB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109FB3 is #EF604C. Grayscale: #767676. Windows color (decimal): -15687757 or 11771664. OLE color: 11771664.

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

Color convert

RGB 16 159 179 -
CMYK 0.91 0.11 0 0.30
HSL 187.36º 0.84% 0.38% -
HSV(B) 187.36º 0.91% 0.7% -
XYZ 20.75 28.16 46.99 -
YUV 118.52 162.12 54.87 -
System Red Green Blue C M Y K H S L
Decimal 16 159 179 0.91 0.11 0 0.30 187.36 0.84 0.38
Hex 10 9F B3 5B B 0 1E BB 54 26
Octal 20 237 263 133 13 0 36 273 124 46
Binary 10000 10011111 10110011 1011011 1011 0 11110 10111011 1010100 100110

Color Harmonies of #109FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109FB3

Black with #109FB3

Text Example


Text Example

White with #109FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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