Html Css Color HEX #1096BA Bondi Blue

📋 copy color: '#1096BA'

red 16 ◦ green 150 ◦ blue 186

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

Shades of Bondi Blue #1096BA

Tints of Bondi Blue #1096BA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.61%

 BLUE value IS 186 (73.05% from 255) = 52.84%

R = 4.55%
G = 42.61%
B = 52.84%

CMYK

 C value IS 0.91

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1096BA (or 0x1096BA) is known color: Bondi Blue. HEX triplet: 10, 96 and BA. RGB value is (16,150,186). Sum of RGB (Red+Green+Blue) = 16+150+186=352 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.55% from 352); Green value is 150 (58.98% from 255 or 42.61% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #1096BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1096BA is #EF6945. Grayscale: #717171. Windows color (decimal): -15690054 or 12228112. OLE color: 12228112.

HSL color Cylindrical-coordinate representation of color #1096BA: hue angle of 192.71º 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 #1096BA is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 16 150 186 -
CMYK 0.91 0.19 0 0.27
HSL 192.71º 0.84% 0.4% -
HSV(B) 192.71º 0.91% 0.73% -
XYZ 19.98 25.47 50.32 -
YUV 114.04 168.61 58.07 -
System Red Green Blue C M Y K H S L
Decimal 16 150 186 0.91 0.19 0 0.27 192.71 0.84 0.4
Hex 10 96 BA 5B 13 0 1B C1 54 28
Octal 20 226 272 133 23 0 33 301 124 50
Binary 10000 10010110 10111010 1011011 10011 0 11011 11000001 1010100 101000

Color Harmonies of #1096BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1096BA

Black with #1096BA

Text Example


Text Example

White with #1096BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1096BA; }

 p { color: rgb(16,150,186); }

 H1.HeaderClassName
 {
   color: #1096BA;
 }
 .AnyTagClassName
 {
   color: #1096BA;
 }
</style>

background-color css

<style>
 a { background-color: #1096BA; }

 a { background-color: rgb(16,150,186); }

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

border-color css

<style>
 span { border-color: #1096BA; }

 span { border-color: rgb(16,150,186); }

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