Html Css Color HEX #1096BE Bondi Blue

📋 copy color: '#1096BE'

red 16 ◦ green 150 ◦ blue 190

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

Shades of Bondi Blue #1096BE

Tints of Bondi Blue #1096BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.37%

R = 4.49%
G = 42.13%
B = 53.37%

CMYK

 C value IS 0.92

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1096BE (or 0x1096BE) is known color: Bondi Blue. HEX triplet: 10, 96 and BE. RGB value is (16,150,190). Sum of RGB (Red+Green+Blue) = 16+150+190=356 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.49% from 356); Green value is 150 (58.98% from 255 or 42.13% from 356); Blue value is 190 (74.61% from 255 or 53.37% from 356); Max value from RGB is 190 - color contains mainly: blue. Hex color #1096BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1096BE is #EF6941. Grayscale: #727272. Windows color (decimal): -15690050 or 12490256. OLE color: 12490256.

HSL color Cylindrical-coordinate representation of color #1096BE: hue angle of 193.79º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1096BE is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 150 190 -
CMYK 0.92 0.21 0 0.25
HSL 193.79º 0.84% 0.4% -
HSV(B) 193.79º 0.92% 0.75% -
XYZ 20.41 25.64 52.59 -
YUV 114.49 170.61 57.75 -
System Red Green Blue C M Y K H S L
Decimal 16 150 190 0.92 0.21 0 0.25 193.79 0.84 0.4
Hex 10 96 BE 5C 15 0 19 C2 54 28
Octal 20 226 276 134 25 0 31 302 124 50
Binary 10000 10010110 10111110 1011100 10101 0 11001 11000010 1010100 101000

Color Harmonies of #1096BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1096BE

Black with #1096BE

Text Example


Text Example

White with #1096BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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